Merge "Do Not Use GNU-Style Hashing on MIPS" into mnc-dev

This commit is contained in:
John "Juce" Bruce
2015-06-20 00:31:49 +00:00
committed by Android (Google) Code Review

View File

@@ -1,8 +1,12 @@
LOCAL_PATH:= $(call my-dir)
ifneq ($(TARGET_ARCH),mips)
# Tests need to be compatible with devices that do not support gnu hash-style
LOCAL_LDFLAGS+=-Wl,--hash-style=both
endif
LOCAL_SRC_FILES:= \
oemcrypto_test.cpp \
oemcrypto_test_android.cpp \