Do not build for Android x86_64

- I have only 32bit native and 64bit-running-PAE devices for testing
    - Paraphrasing Billy G, "32 bits ought to be enough for anybody"
This commit is contained in:
Aaron Culliney 2016-05-04 20:29:06 -07:00
parent 13701b5497
commit d2261815a1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
APP_ABI := armeabi armeabi-v7a x86 x86_64
APP_ABI := armeabi armeabi-v7a x86
# Do not change APP_PLATFORM if we care about Gingerbread (2.3.3) devices! We must compile against android-10,
# otherwise we may encounter runtime load-library errors from symbols that should have been inlined against older

View File

@ -141,7 +141,7 @@ if test "x$do_build" = "x1" -o "x$do_release" = "x1" ; then
# Symbolicate and move symbols file into location to be deployed on device
SYMFILE=libapple2ix.so.sym
ARCHES_TO_SYMBOLICATE='armeabi armeabi-v7a x86 x86_64'
ARCHES_TO_SYMBOLICATE='armeabi armeabi-v7a x86'
for arch in $ARCHES_TO_SYMBOLICATE ; do
SYMDIR=../assets/symbols/$arch/libapple2ix.so