Check dev-keystore to sign widevine apex
Bug: 310715038 Change-Id: I16dc21365d8ceb7ad1dd09afe88be91ef7db34ed
This commit is contained in:
parent
1720877693
commit
5cf384c56f
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
ifdef RELEASE_PACKAGE_WIDEVINE
|
||||
PRODUCT_PACKAGES += $(RELEASE_PACKAGE_WIDEVINE)
|
||||
ifneq ($(wildcard vendor/google/dev-keystore),)
|
||||
$(call soong_config_set,widevine,use_devkey,true)
|
||||
endif
|
||||
PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS += \
|
||||
vendor/widevine/libwvdrmengine/apex/device/linker.config.json
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue