sm6250-common: Adding GSI keys

Bug: 112293933
Test: build and checks the keys are installed into ramdisk
Change-Id: I216f3900e9511e0929418af050ff964898d0aea1
This commit is contained in:
Bowgo Tsai 2021-06-28 17:06:09 +02:00 committed by Alexander Winkowski
parent 27d0288422
commit b02c31e6de
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -20,5 +20,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Include GSI keys
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# Inherit proprietary targets
$(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk)