mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-25 09:29:48 +00:00
Build x86_64 for Android
This commit is contained in:
parent
3579423890
commit
5efd1099bc
@ -1,4 +1,4 @@
|
|||||||
APP_ABI := armeabi armeabi-v7a x86
|
APP_ABI := armeabi-v7a x86 x86_64
|
||||||
|
|
||||||
# Do not change APP_PLATFORM if we care about Gingerbread (2.3.3) devices! We must compile against android-10,
|
# 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
|
# otherwise we may encounter runtime load-library errors from symbols that should have been inlined against older
|
||||||
|
@ -148,7 +148,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
|
# Symbolicate and move symbols file into location to be deployed on device
|
||||||
|
|
||||||
SYMFILE=libapple2ix.so.sym
|
SYMFILE=libapple2ix.so.sym
|
||||||
ARCHES_TO_SYMBOLICATE='armeabi armeabi-v7a x86'
|
ARCHES_TO_SYMBOLICATE='armeabi-v7a x86 x86_64'
|
||||||
|
|
||||||
for arch in $ARCHES_TO_SYMBOLICATE ; do
|
for arch in $ARCHES_TO_SYMBOLICATE ; do
|
||||||
SYMDIR=../assets/symbols/$arch/libapple2ix.so
|
SYMDIR=../assets/symbols/$arch/libapple2ix.so
|
||||||
|
Loading…
Reference in New Issue
Block a user