From afc725b842a64aa7b4283d52257c0bcfd5609d1a Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Tue, 3 Mar 2020 12:15:50 +0800 Subject: [PATCH] sm6375-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 --- holi.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/holi.mk b/holi.mk index 0057f7c..5f053df 100644 --- a/holi.mk +++ b/holi.mk @@ -66,12 +66,6 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/audio_policy_configuration.xml \ frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_holi/bluetooth_audio_policy_configuration.xml \ -# AVB -PRODUCT_PACKAGES += \ - q-gsi.avbpubkey \ - r-gsi.avbpubkey \ - s-gsi.avbpubkey - # Bluetooth PRODUCT_PACKAGES += \ audio.bluetooth.default \ @@ -190,9 +184,6 @@ PRODUCT_PACKAGES += \ gnss@2.0-base.policy \ gnss@2.0-xtra-daemon.policy -# GSI Keys -$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) - # Gatekeeper PRODUCT_PACKAGES += \ android.hardware.gatekeeper@1.0.vendor