gps: include sitril-gps IPC from gps vendor when BOARD_WITHOUT_RADIO is true

_ Always build GNSS SDK and don't need to check modem status
 - Based on modem status, set different configuration to control
   sitril-gps IPC source

Bug: 293653838
Test: build pass and GPS function works without modem
Change-Id: I3442ad28f0afb3c3b59309d4376db4af12db4680
This commit is contained in:
Wayne Lin 2023-08-03 12:10:56 +00:00
parent 18831f5c0d
commit 5d90029cb5

View file

@ -39,11 +39,9 @@ include device/google/gs-common/misc_writer/misc_writer.mk
include device/google/zumapro/dumpstate/item.mk
ifneq ($(BOARD_WITHOUT_RADIO),true)
# LOCATION
$(call soong_config_set, include_libsitril-gps-wifi, board_without_radio, $(BOARD_WITHOUT_RADIO))
include device/google/gs-common/gps/brcm/device_v2.mk
else ifeq ($(BOARD_WITH_GPS),true)
include device/google/gs-common/gps/brcm/device_v2.mk
endif
# TODO(b/272725898): Needs to check with owner later
$(warning TARGET_BOARD_PLATFORM set to zuma on zumapro target)