Update Mock Android.mk
Merge from widevine repo of http://go/wvgerrit/17393 This CL changes the installation directory for oemcrypto reference code. In particular, it uses the new build rules to specifies the library should go in /vendor/lib instead of /system/lib or /vendor/lib64. This library should not be used on a production device. b/26425759 Change-Id: I3a58d0d1ddeb5601b0f2f97cc87c2d4a2a41f0d8
This commit is contained in:
@@ -36,7 +36,8 @@ LOCAL_STATIC_LIBRARIES := \
|
|||||||
libcdm_utils \
|
libcdm_utils \
|
||||||
libcrypto_static \
|
libcrypto_static \
|
||||||
|
|
||||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_SHARED_LIBRARIES)
|
# Proprietary modules are put in vendor/lib instead of /system/lib.
|
||||||
|
LOCAL_PROPRIETARY_MODULE := true
|
||||||
LOCAL_MODULE := liboemcrypto
|
LOCAL_MODULE := liboemcrypto
|
||||||
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user