gps: separate gps build system to device

Bug: 288813677
Test: compile for different devices and check binary.
Test: verification test at b/288813677
Change-Id: If704c304a691d9ba8de08ab295dae86b07ed25d8
This commit is contained in:
Cheng Chang 2023-06-26 03:32:17 +00:00
parent eb466b88cf
commit 0b6b27e3bd

View file

@ -41,15 +41,6 @@ include device/google/gs-common/misc_writer/misc_writer.mk
include device/google/zuma/dumpstate/item.mk include device/google/zuma/dumpstate/item.mk
ifneq ($(BOARD_WITHOUT_RADIO),true)
# Release stable version to factory image
ifneq ($(filter factory_%,$(TARGET_PRODUCT)),)
include device/google/gs-common/gps/brcm/device.mk
else
include device/google/gs-common/gps/brcm/device_v2.mk
endif
endif
TARGET_BOARD_PLATFORM := zuma TARGET_BOARD_PLATFORM := zuma
ALLOW_MISSING_DEPENDENCIES := true ALLOW_MISSING_DEPENDENCIES := true