From 1498c2f809f93930829f0a0c0cbf61c9602fda72 Mon Sep 17 00:00:00 2001 From: Rex Lin Date: Mon, 13 Jun 2022 20:39:30 +0800 Subject: [PATCH] uwb: remove platform specific calibration file remove platform(gs101) cal file due to cal path change Bug: 233619860 Test: Verified with local build on C10 Signed-off-by: Rex Lin Change-Id: Iee4e294aa89d330231a635bbe54be0261cbf8ee2 --- device-cheetah.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 25e42ec..6ad41e1 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -32,10 +32,7 @@ include hardware/google/pixel/vibrator/cs40l26/device.mk include device/google/gs101/bluetooth/bluetooth.mk ifeq ($(filter factory_cheetah, $(TARGET_PRODUCT)),) -# The ordering of the two uwb makefiles ensures device specific calibration files -# are used instead of platform (gs101) specific calibration files - b/230787474. include device/google/pantah/uwb/uwb_calibration.mk -include device/google/gs101/uwb/uwb.mk endif $(call soong_config_set,lyric,tuning_product,cheetah)