p7zip/CPP/ANDROID/7zr/jni/Application.mk
2017-10-11 12:35:36 +02:00

6 lines
228 B
Makefile

# The ARMv7 is significanly faster due to the use of the hardware FPU
APP_ABI := armeabi
# p7zip armeabi and armeabi-v7a run at the same speed (p7zip does not use FPU)
# APP_ABI := armeabi armeabi-v7a
#APP_PLATFORM := android-8