Commit 6b407356 authored by Max Kellermann's avatar Max Kellermann

configure.ac: set ANDROID_ABI=x86 for the Android-x86 build

This was missing in commit 8266ab55 for #69.
parent a4e0b524
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment