mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-19 11:31:13 +00:00
9 lines
356 B
Makefile
9 lines
356 B
Makefile
APP_ABI := armeabi armeabi-v7a ## TODO : 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
|
|
# Bionic. e.g., getpagesize()
|
|
APP_PLATFORM := android-10
|
|
|
|
APP_STL := gnustl_static
|