LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ TestOEMCrypto.cpp LOCAL_MODULE_TAGS := tests LOCAL_C_INCLUDES += \ bionic \ vendor/widevine/libwvdrmengine/oemcrypto/include \ vendor/widevine/libwvdrmengine/oemcrypto/mock \ external/gtest/include \ external/openssl/include \ external/stlport/stlport \ LOCAL_STATIC_LIBRARIES := \ libgtest \ libgtest_main \ libmockoemcrypto # This is used before a real OEMCrypto library exists. LOCAL_SHARED_LIBRARIES := \ libstlport \ liblog \ libutils \ libz \ libcutils \ libdl \ libcrypto \ LOCAL_MODULE:=test-oemcrypto include $(BUILD_EXECUTABLE) # Sublibraries Needed: include vendor/widevine/libwvdrmengine/oemcrypto/mock/Android.mk