From ccdb7b1c8571304fbe83a05b7fa75d9f57519fc6 Mon Sep 17 00:00:00 2001 From: Arian Date: Thu, 29 Aug 2024 18:13:24 +0200 Subject: [PATCH] sm8450-common: Rename android.hardware.hardware_keystore.xml to avoid conflicts Change-Id: I7dd061c9c280c3d78ce611008123f02a2fc9ab7d --- ...eystore.xml => android.hardware.hardware_keystore.km100.xml} | 0 sm8450-common-vendor.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename proprietary/vendor/etc/permissions/{android.hardware.hardware_keystore.xml => android.hardware.hardware_keystore.km100.xml} (100%) diff --git a/proprietary/vendor/etc/permissions/android.hardware.hardware_keystore.xml b/proprietary/vendor/etc/permissions/android.hardware.hardware_keystore.km100.xml similarity index 100% rename from proprietary/vendor/etc/permissions/android.hardware.hardware_keystore.xml rename to proprietary/vendor/etc/permissions/android.hardware.hardware_keystore.km100.xml diff --git a/sm8450-common-vendor.mk b/sm8450-common-vendor.mk index 5f3e89b..828d87b 100644 --- a/sm8450-common-vendor.mk +++ b/sm8450-common-vendor.mk @@ -204,7 +204,7 @@ PRODUCT_COPY_FILES += \ vendor/xiaomi/sm8450-common/proprietary/vendor/etc/perf/targetresourceconfigs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/targetresourceconfigs.xml \ vendor/xiaomi/sm8450-common/proprietary/vendor/etc/perf/targetsysnodesconfigs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/perf/targetsysnodesconfigs.xml \ vendor/xiaomi/sm8450-common/proprietary/vendor/etc/perf/thermal-boost.conf:$(TARGET_COPY_OUT_VENDOR)/etc/perf/thermal-boost.conf \ - vendor/xiaomi/sm8450-common/proprietary/vendor/etc/permissions/android.hardware.hardware_keystore.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.hardware_keystore.xml \ + vendor/xiaomi/sm8450-common/proprietary/vendor/etc/permissions/android.hardware.hardware_keystore.km100.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.hardware_keystore.km100.xml \ vendor/xiaomi/sm8450-common/proprietary/vendor/etc/permissions/noRil/apq_excluded_telephony_features.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/noRil/apq_excluded_telephony_features.xml \ vendor/xiaomi/sm8450-common/proprietary/vendor/etc/permissions/vendor-qti-hardware-sensorscalibrate.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/vendor-qti-hardware-sensorscalibrate.xml \ vendor/xiaomi/sm8450-common/proprietary/vendor/etc/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt \