Add component override for komodo, tokay, caiman

Bug: 330743136
Test: MANUAL
Change-Id: Ia9a775316a52f794cc2db45d6d688972b5d40bf8
This commit is contained in:
Samridhi 2024-04-11 09:36:39 +00:00
parent c87f938b5a
commit 66023bce1e
6 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2024 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<config>
<component-override package="com.google.android.apps.pixel.support" >
<component class="com.google.android.apps.pixel.support.navigationroot.TouchNavigationRootActivity" enabled="true" />
</component-override>
</config>

View file

@ -405,3 +405,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
# Connectivity Resources Overlay # Connectivity Resources Overlay
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
ConnectivityResourcesOverlayCaimitoOverride 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

View file

@ -401,3 +401,7 @@ endif
# Connectivity Resources Overlay # Connectivity Resources Overlay
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
ConnectivityResourcesOverlayCaimitoOverride 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

View file

@ -364,3 +364,8 @@ endif
# Connectivity Resources Overlay # Connectivity Resources Overlay
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
ConnectivityResourcesOverlayCaimitoOverride 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

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2024 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<config>
<component-override package="com.google.android.apps.pixel.support" >
<component class="com.google.android.apps.pixel.support.navigationroot.TouchNavigationRootActivity" enabled="true" />
</component-override>
</config>

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2024 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<config>
<component-override package="com.google.android.apps.pixel.support" >
<component class="com.google.android.apps.pixel.support.navigationroot.TouchNavigationRootActivity" enabled="true" />
</component-override>
</config>