Revert "Add component overrides to enable Touch Diagnostics in Tegu."

This reverts commit 240e8f26ab.

Reason for revert: We don't ship this app.

Change-Id: Id971067dfca18d5def0e5e5c00adbdf922f8f5e8
This commit is contained in:
Michael Bestas 2025-06-17 00:04:57 +03:00 committed by Michael Bestas
parent 00f64bf09b
commit b30ca3e5a6
No known key found for this signature in database
2 changed files with 0 additions and 26 deletions

View file

@ -66,7 +66,6 @@ include device/google/gs-common/bcmbt/bluetooth.mk
include device/google/gs-common/touch/gti/predump_gti.mk
include device/google/gs-common/touch/syna/predump_syna20.mk
include device/google/gs-common/gril/aidl/2.0/gril_aidl.mk
include device/google/gs-common/pixelsupport/pixelsupport.mk
# go/lyric-soong-variables
$(call soong_config_set,lyric,camera_hardware,tegu)
@ -442,10 +441,6 @@ PRODUCT_VENDOR_PROPERTIES += \
vendor.powerhal.apf_disabled=false \
vendor.powerhal.apf_enabled=true
#Component Override for Pixel Troubleshooting App
PRODUCT_COPY_FILES += \
device/google/tegu/tegu-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/tegu-component-overrides.xml
# Increment the SVN for any official public releases
ifdef RELEASE_SVN_TEGU
TARGET_SVN ?= $(RELEASE_SVN_TEGU)

View file

@ -1,21 +0,0 @@
<?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 class="com.google.android.apps.pixel.support.navigationroot.TouchDiagnosticsSearchProvider" enabled="true" />
</component-override>
</config>