From 66023bce1e2111e1aad95f3f6cc536a51dabc3a9 Mon Sep 17 00:00:00 2001 From: Samridhi Date: Thu, 11 Apr 2024 09:36:39 +0000 Subject: [PATCH] Add component override for komodo, tokay, caiman Bug: 330743136 Test: MANUAL Change-Id: Ia9a775316a52f794cc2db45d6d688972b5d40bf8 --- caiman/caiman-component-overrides.xml | 20 ++++++++++++++++++++ device-caiman.mk | 4 ++++ device-komodo.mk | 4 ++++ device-tokay.mk | 5 +++++ komodo/komodo-component-overrides.xml | 20 ++++++++++++++++++++ tokay/tokay-component-overrides.xml | 20 ++++++++++++++++++++ 6 files changed, 73 insertions(+) create mode 100644 caiman/caiman-component-overrides.xml create mode 100644 komodo/komodo-component-overrides.xml create mode 100644 tokay/tokay-component-overrides.xml diff --git a/caiman/caiman-component-overrides.xml b/caiman/caiman-component-overrides.xml new file mode 100644 index 00000000..04cfc9ed --- /dev/null +++ b/caiman/caiman-component-overrides.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/device-caiman.mk b/device-caiman.mk index e0031eaf..999cb551 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -405,3 +405,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) # Connectivity Resources Overlay PRODUCT_PACKAGES += \ ConnectivityResourcesOverlayCaimitoOverride + +#Component Override for Pixel Troubleshooting App +PRODUCT_COPY_FILES += \ + device/google/caimito/caiman/caiman-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/caiman-component-overrides.xml diff --git a/device-komodo.mk b/device-komodo.mk index a6f393d6..31dd79ab 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -401,3 +401,7 @@ endif # Connectivity Resources Overlay PRODUCT_PACKAGES += \ ConnectivityResourcesOverlayCaimitoOverride + +#Component Override for Pixel Troubleshooting App +PRODUCT_COPY_FILES += \ + device/google/caimito/komodo/komodo-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/komodo-component-overrides.xml diff --git a/device-tokay.mk b/device-tokay.mk index b32dbdd5..29da70f4 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -364,3 +364,8 @@ endif # Connectivity Resources Overlay PRODUCT_PACKAGES += \ ConnectivityResourcesOverlayCaimitoOverride + +#Component Override for Pixel Troubleshooting App +PRODUCT_COPY_FILES += \ + device/google/caimito/tokay/tokay-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/tokay-component-overrides.xml + diff --git a/komodo/komodo-component-overrides.xml b/komodo/komodo-component-overrides.xml new file mode 100644 index 00000000..04cfc9ed --- /dev/null +++ b/komodo/komodo-component-overrides.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/tokay/tokay-component-overrides.xml b/tokay/tokay-component-overrides.xml new file mode 100644 index 00000000..04cfc9ed --- /dev/null +++ b/tokay/tokay-component-overrides.xml @@ -0,0 +1,20 @@ + + + + + + +