4 lines
182 B
Makefile
4 lines
182 B
Makefile
|
# The ARMv7 is significanly faster due to the use of the hardware FPU
|
||
|
APP_ABI := armeabi armeabi-v7a
|
||
|
APP_BUILD_SCRIPT := $(call my-dir)/Android.mk
|
||
|
APP_PROJECT_PATH := $(PROJECT_PATH)
|