mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-18 20:07:55 +00:00
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:
parent
13701b5497
commit
d2261815a1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user