From 9a321f0eca63e303abae84af54b8b791ea081ce2 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 26 Feb 2024 19:47:57 +0200 Subject: [PATCH] sm6225-common: Remove deprecated nfcee_access.xml Removed in I10cf119a1105c123b69f628f5420587bc84b1078 Change-Id: I796e71a82d8b4dcfbbb0267740b5e507753c9539 --- proprietary/system_ext/etc/nfcee_access.xml | 18 ------------------ sm6225-common-vendor.mk | 1 - 2 files changed, 19 deletions(-) delete mode 100644 proprietary/system_ext/etc/nfcee_access.xml diff --git a/proprietary/system_ext/etc/nfcee_access.xml b/proprietary/system_ext/etc/nfcee_access.xml deleted file mode 100644 index b28ed59..0000000 --- a/proprietary/system_ext/etc/nfcee_access.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - diff --git a/sm6225-common-vendor.mk b/sm6225-common-vendor.mk index b9d58fd..ff89572 100644 --- a/sm6225-common-vendor.mk +++ b/sm6225-common-vendor.mk @@ -20,7 +20,6 @@ PRODUCT_COPY_FILES += \ vendor/motorola/sm6225-common/proprietary/system_ext/etc/dpm/dpm.conf:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/dpm/dpm.conf \ vendor/motorola/sm6225-common/proprietary/system_ext/etc/init/dpmd.rc:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/init/dpmd.rc \ vendor/motorola/sm6225-common/proprietary/system_ext/etc/init/wfdservice.rc:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/init/wfdservice.rc \ - vendor/motorola/sm6225-common/proprietary/system_ext/etc/nfcee_access.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/nfcee_access.xml \ vendor/motorola/sm6225-common/proprietary/system_ext/etc/permissions/com.qti.dpmframework.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.qti.dpmframework.xml \ vendor/motorola/sm6225-common/proprietary/system_ext/etc/permissions/com.qualcomm.location.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.qualcomm.location.xml \ vendor/motorola/sm6225-common/proprietary/system_ext/etc/permissions/dpmapi.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/dpmapi.xml \