From 3fc54cfaf5d6a35e2d84e893515cded62df6a0d7 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 22 Sep 2022 00:40:01 +0100 Subject: [PATCH] sm7325-common: Drop component overrides This is no longer needed as of Android 13. Change-Id: I38435c47c8781678f82014decbbae40dcab0a07b --- configs/component-overrides.xml | 19 ------------------- sm7325.mk | 4 ---- 2 files changed, 23 deletions(-) delete mode 100644 configs/component-overrides.xml diff --git a/configs/component-overrides.xml b/configs/component-overrides.xml deleted file mode 100644 index 4d058d3..0000000 --- a/configs/component-overrides.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - diff --git a/sm7325.mk b/sm7325.mk index a4279ad..1ae29d6 100644 --- a/sm7325.mk +++ b/sm7325.mk @@ -146,10 +146,6 @@ PRODUCT_PACKAGES += \ # Charger WITH_LINEAGE_CHARGER := false -# Component overrides -PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml - # Display PRODUCT_PACKAGES += \ android.hardware.graphics.mapper@3.0-impl-qti-display \