From 322a00538d7910166c75c2c0a93777504337256f Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Tue, 3 Mar 2020 12:15:50 +0800 Subject: [PATCH] sm8250-common: 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 --- common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.mk b/common.mk index d7ea48e..e3040fb 100644 --- a/common.mk +++ b/common.mk @@ -203,9 +203,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.opengles.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.opengles.deqp.level.xml \ frameworks/native/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml -# GSI -$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) - # Health PRODUCT_PACKAGES += \ android.hardware.health@2.1-impl \