service.widevine: Define LOCAL_MODULE_OWNER
AOSP builds enforces that all vendor modules has a defined owner. Change-Id: I7bb5d9e092b879cbce88a009f5f5d4b4d587e07d Signed-off-by: Thierry Strudel <tstrudel@google.com>
This commit is contained in:
@@ -29,6 +29,7 @@ LOCAL_MODULE := android.hardware.drm@1.0-service.widevine
|
|||||||
LOCAL_INIT_RC := src_hidl/android.hardware.drm@1.0-service.widevine.rc
|
LOCAL_INIT_RC := src_hidl/android.hardware.drm@1.0-service.widevine.rc
|
||||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/bin/hw
|
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/bin/hw
|
||||||
LOCAL_PROPRIETARY_MODULE := true
|
LOCAL_PROPRIETARY_MODULE := true
|
||||||
|
LOCAL_MODULE_OWNER := widevine
|
||||||
|
|
||||||
ifneq ($(ENABLE_MEDIADRM_64), true)
|
ifneq ($(ENABLE_MEDIADRM_64), true)
|
||||||
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
||||||
|
|||||||
Reference in New Issue
Block a user