summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-09-16 14:14:07 -0700
committerTao Bao <tbao@google.com>2019-09-16 14:33:51 -0700
commitc821b693417265f593fe9eafcba7ea5db3fdb792 (patch)
tree2448aa4b90e6e4d8409a694076e6e9bb009b603d
parent43f4c720cdadcee219a0b5dfcae76077f3a58ce6 (diff)
downloadmarlin-c821b693417265f593fe9eafcba7ea5db3fdb792.tar.gz
Revert "Adding GSI keys"
This reverts commit ad179926f4e21c6cf8e6fe267c90e3a976d3a6e5. marlin doesn't use ramdisk when doing normal boot. These GSI keys end up being installed into recovery image. Bug: 140873290 Test: lunch aosp_marlin-userdebug; m -j out/target/product/marlin/installed-files-recovery.txt Check that installed-files-recovery.txt doesn't include [qrs]-gsi.avbpubkey files. Change-Id: I24363c4d462ca2f53f3af9d5dc4b22d02acbb977
-rw-r--r--device-common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/device-common.mk b/device-common.mk
index 46e9838c..afbce29c 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -18,9 +18,6 @@
#
# Everything in this directory will become public
-# Installs gsi keys into ramdisk, to boot a GSI with verified boot.
-$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
-
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/google/marlin-kernel/Image.lz4-dtb
else