From f7a77ab41452379698592bb82595c4d8f97d5a58 Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Wed, 3 Apr 2019 16:44:10 +0800 Subject: [PATCH] sm6375-common: Adding GSI keys Bug: 112293933 Test: build and checks the keys are installed into ramdisk Change-Id: I216f3900e9511e0929418af050ff964898d0aea1 --- holi.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/holi.mk b/holi.mk index 347e8c0..05c35de 100644 --- a/holi.mk +++ b/holi.mk @@ -36,6 +36,9 @@ PRODUCT_PACKAGES += \ r-gsi.avbpubkey \ s-gsi.avbpubkey +# GSI Keys +$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) + # Partitions PRODUCT_BUILD_SUPER_PARTITION := false PRODUCT_USE_DYNAMIC_PARTITIONS := true