Merge "Add component override for komodo, tokay, caiman" into 24D1-dev
This commit is contained in:
commit
cd503d7315
6 changed files with 73 additions and 0 deletions
20
caiman/caiman-component-overrides.xml
Normal file
20
caiman/caiman-component-overrides.xml
Normal 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>
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
20
komodo/komodo-component-overrides.xml
Normal file
20
komodo/komodo-component-overrides.xml
Normal 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>
|
20
tokay/tokay-component-overrides.xml
Normal file
20
tokay/tokay-component-overrides.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue