LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES := \ WVCryptoPlugin_test.cpp \ LOCAL_C_INCLUDES := \ external/gtest/include \ external/stlport/stlport \ bionic \ frameworks/native/include \ frameworks/av/include \ vendor/widevine/libclearkeydrmengine/crypto/include \ vendor/widevine/libclearkeydrmengine/oemcrypto/include \ LOCAL_STATIC_LIBRARIES := \ libgtest \ libgtest_main \ libwvclearkeycryptoplugin \ LOCAL_SHARED_LIBRARIES := \ libstlport \ liblog \ libutils \ LOCAL_MODULE := libwvclearkeycryptoplugin_test LOCAL_MODULE_TAGS := tests include $(BUILD_EXECUTABLE)