LOCAL_PATH := $(call my-dir) # We depend on the static libraries from our subdirectories to build this # shared library include $(call all-subdir-makefiles) include $(CLEAR_VARS) LOCAL_SRC_FILES := \ src/WVCreateDrmPluginFactory.cpp \ src/WVDrmPluginFactory.cpp \ LOCAL_C_INCLUDES := \ frameworks/native/include \ frameworks/av/include \ vendor/widevine/libclearkeydrmengine/include \ vendor/widevine/libclearkeydrmengine/crypto/include \ vendor/widevine/libclearkeydrmengine/oemcrypto/include \ LOCAL_STATIC_LIBRARIES := \ libwvclearkeycryptoplugin \ LOCAL_SHARED_LIBRARIES := \ liblog \ libutils \ libdl \ LOCAL_MODULE := libclearkeydrmengine LOCAL_MODULE_TAGS := optional include $(BUILD_SHARED_LIBRARY)