From 9c6c56d2062483ce2fb2c3eca0a7cf456dbc03c3 Mon Sep 17 00:00:00 2001 From: chaptsand Date: Wed, 16 Oct 2024 18:37:04 +0800 Subject: [PATCH] sm8550-common: Drop device id attestation feature Change-Id: Ibbbfb8ff0e87d24a1d4997c135afec3bd69d4f0e --- common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.mk b/common.mk index c225a74..32714bb 100644 --- a/common.mk +++ b/common.mk @@ -175,9 +175,6 @@ PRODUCT_PACKAGES += \ init.samsung.rc # Keymint -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml - PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/permissions/android.hardware.hardware_keystore_v200.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.hardware_keystore.xml \ $(LOCAL_PATH)/configs/permissions/android.hardware.strongbox_keystore_v4.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.strongbox_keystore.xml