diff --git a/configs/component-overrides.xml b/configs/component-overrides.xml new file mode 100644 index 00000000..21893bec --- /dev/null +++ b/configs/component-overrides.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml deleted file mode 100755 index 9624f83f..00000000 --- a/overlay/packages/apps/Bluetooth/res/values/config.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - true - false - true - diff --git a/sdm660.mk b/sdm660.mk index 24bd78fb..b99745cd 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -173,6 +173,10 @@ PRODUCT_PACKAGES += \ com.android.media.swcodec \ libsfplugin_ccodec +# Component overrides +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml + # Connectivity Engine support (CNE) PRODUCT_PACKAGES += \ cneapiclient \