wv hidl: upgrade Drm/Crypto factories to v1.3
Bug: 139134043 Test: MediaDrmTest Change-Id: I94d1cc8a323c144805d74d5568944dd48ae80e60
This commit is contained in:
@@ -66,6 +66,33 @@ LOCAL_VINTF_FRAGMENTS := manifest_android.hardware.drm@1.2-service.widevine.xml
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Builds android.hardware.drm@1.3-service.widevine
|
||||
#
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
include $(LOCAL_PATH)/common_widevine_service.mk
|
||||
LOCAL_SRC_FILES := src_hidl/service.cpp
|
||||
LOCAL_MODULE := android.hardware.drm@1.3-service.widevine
|
||||
LOCAL_INIT_RC := src_hidl/android.hardware.drm@1.3-service.widevine.rc
|
||||
LOCAL_VINTF_FRAGMENTS := manifest_android.hardware.drm@1.3-service.widevine.xml
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Builds android.hardware.drm@1.3-service-lazy.widevine
|
||||
#
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
include $(LOCAL_PATH)/common_widevine_service.mk
|
||||
LOCAL_SRC_FILES := src_hidl/serviceLazy.cpp
|
||||
LOCAL_MODULE := android.hardware.drm@1.3-service-lazy.widevine
|
||||
LOCAL_OVERRIDES_MODULES := android.hardware.drm@1.3-service.widevine
|
||||
LOCAL_INIT_RC := src_hidl/android.hardware.drm@1.3-service-lazy.widevine.rc
|
||||
LOCAL_VINTF_FRAGMENTS := manifest_android.hardware.drm@1.3-service.widevine.xml
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Builds libcdm_utils.a
|
||||
#
|
||||
@@ -207,6 +234,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.0 \
|
||||
android.hardware.drm@1.1 \
|
||||
android.hardware.drm@1.2 \
|
||||
android.hardware.drm@1.3 \
|
||||
android.hidl.memory@1.0 \
|
||||
libbase \
|
||||
libcrypto \
|
||||
|
||||
Reference in New Issue
Block a user