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:
Jiyong Park
2017-06-23 22:22:08 +09:00
committed by Yifan Hong
parent ccaa50b92e
commit aa74124fc2
6 changed files with 43 additions and 0 deletions

View File

@@ -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)