configure.ac: set ANDROID_ABI=x86 for the Android-x86 build
This was missing in commit 8266ab5588
for #69.
This commit is contained in:
parent
a4e0b52468
commit
6b407356b9
@ -196,7 +196,9 @@ if test x$host_is_android = xyes; then
|
||||
AC_MSG_ERROR([Android SDK not found in $with_android_sdk])
|
||||
fi
|
||||
|
||||
android_abi="armeabi-v7a"
|
||||
AS_CASE([$host_cpu],
|
||||
[i686], [android_abi="x86"],
|
||||
[android_abi="armeabi-v7a"])
|
||||
fi
|
||||
|
||||
AC_SUBST(ANDROID_SDK, [$with_android_sdk])
|
||||
|
Loading…
Reference in New Issue
Block a user