Build widevide modules with BOARD_VNDK_VERSION
Header libs are added since global include path is not provided when building with BOARD_VNDK_VERSION. Also, some static libs are marked as proprietary so that they can be linked against to the drm hal service. Bug: 33241851 Test: BOARD_VNDK_VERSION=current m -j android.hardware.drm@1.0-service.widevine Change-Id: Iab85869e21917ea212a09d6eaabdb6ba3ace9248
This commit is contained in:
@@ -35,6 +35,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
LOCAL_MODULE := libvtswidevine
|
||||
LOCAL_MODULE_RELATIVE_PATH := drm-vts-test-libs
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user