am da8e2beb: Merge "Do Not Use GNU-Style Hashing on MIPS" into mnc-dev
* commit 'da8e2beb28c9f38393b76cbdbd1bd237677f12ce': Do Not Use GNU-Style Hashing on MIPS
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
|
||||||
|
ifneq ($(TARGET_ARCH),mips)
|
||||||
|
|
||||||
# Tests need to be compatible with devices that do not support gnu hash-style
|
# Tests need to be compatible with devices that do not support gnu hash-style
|
||||||
LOCAL_LDFLAGS+=-Wl,--hash-style=both
|
LOCAL_LDFLAGS+=-Wl,--hash-style=both
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
LOCAL_SRC_FILES:= \
|
LOCAL_SRC_FILES:= \
|
||||||
oemcrypto_test.cpp \
|
oemcrypto_test.cpp \
|
||||||
oemcrypto_test_android.cpp \
|
oemcrypto_test_android.cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user