From b02c31e6de304026107957b716b73f329aba8225 Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Mon, 28 Jun 2021 17:06:09 +0200 Subject: [PATCH] sm6250-common: Adding GSI keys Bug: 112293933 Test: build and checks the keys are installed into ramdisk Change-Id: I216f3900e9511e0929418af050ff964898d0aea1 --- atoll.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atoll.mk b/atoll.mk index 2509b06..fc77b99 100644 --- a/atoll.mk +++ b/atoll.mk @@ -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)