Set widevine apex signed with dev key
Bug: 341134913 Change-Id: Ied39e2a1dd4b715afc2ee4d35c18b52eabfc417f
This commit is contained in:
parent
eae45e70ca
commit
cc21bf8b29
2 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
|
|||
AB_OTA_UPDATER := true
|
||||
AB_OTA_PARTITIONS ?= system
|
||||
|
||||
# Set widevine apex signed with dev key
|
||||
$(call soong_config_set,widevine,use_devkey,true)
|
||||
|
||||
#
|
||||
# Special settings for GSI releasing
|
||||
#
|
||||
|
|
|
@ -60,6 +60,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86_64/device.mk)
|
|||
AB_OTA_UPDATER := true
|
||||
AB_OTA_PARTITIONS ?= system
|
||||
|
||||
# Set widevine apex signed with dev key
|
||||
$(call soong_config_set,widevine,use_devkey,true)
|
||||
|
||||
#
|
||||
# Special settings for GSI releasing
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue