From 59fb32fef9c30000dccdf0639b3d79812f2ab06e Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Tue, 3 Mar 2020 12:15:50 +0800 Subject: [PATCH] dre: Removing GSI keys Those keys will be embedded into VtsSecurityAvb on host side instead, to verify the GSI image used on the device. Bug: 149806769 Test: build and checks those keys are removed from $OUT/recovery/root/first_stage_ramdisk/avb/ Change-Id: I8a002ba6f1421fb460056ccae6572050bdb0ce3c --- device.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.mk b/device.mk index ad4165f..0f0ced5 100644 --- a/device.mk +++ b/device.mk @@ -13,9 +13,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) # Enable virtual A/B OTA $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk) -# Include GSI keys -$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) - # Setup dalvik vm configs $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)