From Jorge Ciges, Minor tweaks in Android makefiles that make possible to compile for armeabi v7 with neon
This commit is contained in:
parent
c289d57191
commit
323ccafb0a
@ -4,6 +4,10 @@ LOCAL_PATH := ${MODULE_DIR}
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
LOCAL_ARM_NEON := true
|
||||
endif
|
||||
|
||||
LOCAL_CPP_EXTENSION := ${CPP_EXTENSION}
|
||||
|
||||
LOCAL_LDLIBS := ${MODULE_LIBS}
|
||||
|
Loading…
Reference in New Issue
Block a user