[zumapro] Support disable modem and enable GPS

Check BOARD_WITH_GPS flag

Bug: 291009607
Test: Test on KM4, modem is disabled, gps is included
Change-Id: I176d8cc4f376b24f524c692b429ea28d7526c96c
This commit is contained in:
Zheng Pan 2023-07-28 15:52:42 -07:00
parent 649a078e10
commit 626891fa17

View file

@ -41,6 +41,8 @@ include device/google/zumapro/dumpstate/item.mk
ifneq ($(BOARD_WITHOUT_RADIO),true)
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