Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc21bf8b authored by Kyle Zhang's avatar Kyle Zhang
Browse files

Set widevine apex signed with dev key

Bug: 341134913
Change-Id: Ied39e2a1dd4b715afc2ee4d35c18b52eabfc417f
parent eae45e70
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
#
+3 −0
Original line number Diff line number Diff line
@@ -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
#