Merge "gps: include sitril-gps IPC from gps vendor when BOARD_WITHOUT_RADIO is true" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-08-11 09:27:00 +00:00 committed by Android (Google) Code Review
commit 8e05128cca

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)