From 7b72cb04160104546df4f930dc0115528c37e559 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Tue, 29 Nov 2022 05:24:36 +0000 Subject: [PATCH] Revert "use stm dump from gs-common" This reverts commit 8cbd6b42cdc87d02ce7215f56859416c9981c528. Reason for revert: duplicated declaration sysfs_touch Change-Id: Icaea37d7b739b19e1b6c1cb54276dd12c9677768 --- device-felix.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/device-felix.mk b/device-felix.mk index f3723d4..8783dd0 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -33,7 +33,6 @@ $(call soong_config_set,fp_hal_feature,pixel_product, product_a) include hardware/google/pixel/vibrator/cs40l26/device-stereo.mk include device/google/gs-common/bcmbt/bluetooth.mk include device/google/gs-common/touch/gti/gti.mk -include device/google/gs-common/touch/stm/stm6.mk ifeq ($(filter factory_felix, $(TARGET_PRODUCT)),) include device/google/felix/uwb/uwb_calibration.mk endif