mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
Android.mk: fix build with APP_ABI=armeabi-v7a-hard
added in r9d; relax the check to build neon code Change-Id: Ic52b3fbd3bf53617ee52b07a55b0ed05f6f9b26f
This commit is contained in:
parent
59daf08362
commit
80e218d43a
@ -73,7 +73,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/src
|
||||
# prefer arm over thumb mode for performance gains
|
||||
LOCAL_ARM_MODE := arm
|
||||
|
||||
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||
ifneq ($(findstring armeabi-v7a, $(TARGET_ARCH_ABI)),)
|
||||
# Setting LOCAL_ARM_NEON will enable -mfpu=neon which may cause illegal
|
||||
# instructions to be generated for armv7a code. Instead target the neon code
|
||||
# specifically.
|
||||
|
Loading…
Reference in New Issue
Block a user