mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
8 lines
210 B
Makefile
Executable File
8 lines
210 B
Makefile
Executable File
APP_PLATFORM := android-21
|
|
APP_STL := gnustl_static
|
|
APP_OPTIM := release
|
|
APP_ABI := arm64-v8a
|
|
APP_SHORT_COMMANDS := true
|
|
APP_CPPFLAGS += -frtti -fexceptions
|
|
#APP_ABI := armeabi-v7a x86
|