diff --git a/libwvdrmengine/oemcrypto/test/common.mk b/libwvdrmengine/oemcrypto/test/common.mk index 7e979da0..89553e74 100644 --- a/libwvdrmengine/oemcrypto/test/common.mk +++ b/libwvdrmengine/oemcrypto/test/common.mk @@ -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 \