mirror of
https://github.com/jamessanford/kegs.git
synced 2024-11-18 00:06:51 +00:00
5 lines
151 B
Makefile
5 lines
151 B
Makefile
# The ARMv7 is significanly faster due to the use of the hardware FPU
|
|
APP_ABI := armeabi armeabi-v7a
|
|
#APP_ABI := armeabi-v7a
|
|
APP_PLATFORM := android-9
|