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
This commit is contained in:
Wayne Lin 2023-08-03 06:18:55 +00:00
parent 477e4fded5
commit edb75d41b1

View file

@ -26,7 +26,6 @@ $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
# Disable modem until b/291009607 is fixed # Disable modem until b/291009607 is fixed
BOARD_WITHOUT_RADIO := true BOARD_WITHOUT_RADIO := true
BOARD_WITH_GPS := true
include device/google/zumapro/device-shipping-common.mk include device/google/zumapro/device-shipping-common.mk
include device/google/comet/audio/comet/audio-tables.mk include device/google/comet/audio/comet/audio-tables.mk