sm8250-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 2019-04-03 16:44:10 +08:00 committed by Sebastiano Barezzi
parent aaa9b4105d
commit 983ba325f3
No known key found for this signature in database
GPG Key ID: 47760583F393BC44

View File

@ -10,5 +10,8 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
# 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 the proprietary files
$(call inherit-product, vendor/xiaomi/sm8250-common/sm8250-common-vendor.mk)