From 7366211e3a8c8d95b7597090c5eab525c7fa3c18 Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Mon, 8 Apr 2019 18:28:48 +0800 Subject: [PATCH] Sanders : Adding GSI keys Change-Id: I112ece91566e6cea066cd637bfed5cae6761ae66 Signed-off-by: ronaxdevil --- lineage_sanders.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage_sanders.mk b/lineage_sanders.mk index abdfd85..9f5e630 100644 --- a/lineage_sanders.mk +++ b/lineage_sanders.mk @@ -18,6 +18,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +# Installs gsi keys into ramdisk, to boot a GSI with verified boot. +$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) + # Inherit from device $(call inherit-product, device/motorola/sanders/device.mk)