From 983ba325f36022b578918148b1a842174b2136ed Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Wed, 3 Apr 2019 16:44:10 +0800 Subject: [PATCH] sm8250-common: Adding GSI keys Bug: 112293933 Test: build and checks the keys are installed into ramdisk Change-Id: I216f3900e9511e0929418af050ff964898d0aea1 --- kona.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kona.mk b/kona.mk index baf91d8..5e6ec69 100644 --- a/kona.mk +++ b/kona.mk @@ -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)