From edb75d41b14b1abd2707c51ebfc413e14b56a53b Mon Sep 17 00:00:00 2001 From: Wayne Lin Date: Thu, 3 Aug 2023 06:18:55 +0000 Subject: [PATCH] gps: always build GPS without checking BOARD_WITH_GPS remove BOARD_WITH_GPS in each device makefile Bug: 293653838 Test: build pass and GPS function works without modem Change-Id: Ib66190469afd4dbf840a1e8eb7dbee19e8d6a650 --- device-comet.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/device-comet.mk b/device-comet.mk index d5febc9..45c3e0b 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -26,7 +26,6 @@ $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk) # Disable modem until b/291009607 is fixed BOARD_WITHOUT_RADIO := true -BOARD_WITH_GPS := true include device/google/zumapro/device-shipping-common.mk include device/google/comet/audio/comet/audio-tables.mk