Fix compatibility for tests to execute on older OS versions

Change-Id: I7b2554d097901cd5880b6cd3ddbe66c9b127dcfd
This commit is contained in:
Kyle Alexander
2015-04-10 09:15:23 -07:00
parent 88d9472cfb
commit 1e87ad760f

View File

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