From 8cbd6b42cdc87d02ce7215f56859416c9981c528 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Mon, 28 Nov 2022 14:16:14 +0800 Subject: [PATCH] use stm dump from gs-common Bug: 256521567 Test: adb bugreport Change-Id: Ib8eb2456dc14c887196040dc369e383bb12bbd4e --- device-felix.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device-felix.mk b/device-felix.mk index 8783dd0..f3723d4 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -33,6 +33,7 @@ $(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