[test-android] another build script fix for host/target was needed.

This commit is contained in:
atsushieno 2021-06-08 16:23:10 +09:00
parent 0635766f85
commit ed555f076b

View file

@ -147,7 +147,8 @@ EOF
chmod a-x android.cache
NOCONFIGURE=true ./autogen.sh
./configure \
--host=$ANDROID_TARGET \
--host=x86_64-pc-linux \
--target=$ANDROID_TARGET \
--prefix=$PREFIX \
--libdir=$LIBPATH0 \
--disable-dependency-tracking \