Set widevine apex signed with dev key

Bug: 341134913
Change-Id: Ied39e2a1dd4b715afc2ee4d35c18b52eabfc417f
This commit is contained in:
Kyle Zhang 2024-06-11 21:30:38 +00:00
parent eae45e70ca
commit cc21bf8b29
2 changed files with 6 additions and 0 deletions

View file

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

View file

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