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

This reverts commit f5144c011ef58b901dc5b1153d59ee61fa32a900.
This commit is contained in:
atsushieno 2021-06-08 16:59:51 +09:00
parent ed555f076b
commit 962a544d15

View file

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