From 618cc64b4633f0eedafa8c55872091935de1bca8 Mon Sep 17 00:00:00 2001 From: kubersharma001 Date: Wed, 17 Aug 2022 04:07:14 +0000 Subject: veux: Inherit developer gsi keys error: build/make/target/product/gsi_keys.mk does not exist.. Change-Id: I7ac37f3e104f1bc6dce504ca29fcbf078127b399 --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index aefd8d6..8625dd7 100644 --- a/device.mk +++ b/device.mk @@ -7,8 +7,8 @@ # Inherit from vendor blobs $(call inherit-product, vendor/xiaomi/veux/veux-vendor.mk) -# GSI Keys -$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) +# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot. +$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk) # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) -- cgit v1.2.3