From 6b2358ac80563345e9affa6da470f340394c319a Mon Sep 17 00:00:00 2001 From: Mark Chang Date: Wed, 31 Jan 2024 12:50:57 +0000 Subject: [PATCH] Move manifest entries to gs-common. Bug: 322914403 Bug: 323110919 Bug: 324214410 Test: build succeeds on all devices, failing tests pass. Change-Id: Ie5d66c7849dd4610b7c20d6849238effa6b4d164 Signed-off-by: Mark Chang --- device.mk | 1 + device_framework_matrix_product.xml | 24 ------------------------ manifest.xml | 24 ------------------------ 3 files changed, 1 insertion(+), 48 deletions(-) diff --git a/device.mk b/device.mk index fdf33fa8..79891f63 100644 --- a/device.mk +++ b/device.mk @@ -1185,6 +1185,7 @@ endif # Touch service include hardware/google/pixel/input/twoshay.mk +include device/google/gs-common/touch/twoshay/aidl_zuma.mk # Allow longer timeout for incident report generation in bugreport # Overriding in /product partition instead of /vendor intentionally, diff --git a/device_framework_matrix_product.xml b/device_framework_matrix_product.xml index a59ac59f..ba83dfa4 100644 --- a/device_framework_matrix_product.xml +++ b/device_framework_matrix_product.xml @@ -120,30 +120,6 @@ default - - com.google.input.algos.spd - 2 - - IScreenProtectorDetectorService - default - - - - com.google.input - 1-2 - - ITouchContextService - default - - - - com.google.input.algos.gril - 2 - - IGrilAntennaTuningService - default - - hardware.qorvo.uwb diff --git a/manifest.xml b/manifest.xml index a71c165d..69a1bcdd 100644 --- a/manifest.xml +++ b/manifest.xml @@ -12,28 +12,4 @@ android.hardware.boot IBootControl/default - - com.google.input.algos.spd - 2 - - IScreenProtectorDetectorService - default - - - - com.google.input - 2 - - ITouchContextService - default - - - - com.google.input.algos.gril - 2 - - IGrilAntennaTuningService - default - -