[WVDRM] Support new Java API crypto HAL
Implements WV crypto plugin core lib build Change-Id: I4f3fb06a4a9cf7c9c663d3dcee9cfd2c2900ebc2 related-to-bug: 5986621
This commit is contained in:
committed by
Jeff Tinker
parent
aaa8479c34
commit
6473768dcb
13
proprietary/cryptoPlugin/Android.mk
Normal file
13
proprietary/cryptoPlugin/Android.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
WVCryptoPlugin.cpp
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(TOP)/vendor/widevine/proprietary/wvm/include \
|
||||
|
||||
LOCAL_MODULE:= libwvdecryptcommon
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
Reference in New Issue
Block a user