mirror of
https://github.com/jamessanford/kegs.git
synced 2025-01-22 00:32:12 +00:00
5 lines
156 B
Makefile
5 lines
156 B
Makefile
# The ARMv7 is significanly faster due to the use of the hardware FPU
|
|
APP_ABI := armeabi armeabi-v7a x86
|
|
#APP_ABI := armeabi-v7a
|
|
APP_PLATFORM := android-10
|