gs201: Don't include modem components for BOARD_WITHOUT_RADIO

* Useless on tangorpro, just makes noise and denials.

Change-Id: Iaa21a293e174002de7ffe1b0bce1fff4a881e83e
(cherry picked from commit 1111067994012853f4b622d99ab42b952295cd96)
This commit is contained in:
Nolen Johnson
2025-09-20 23:08:46 -04:00
parent ae1ddbb77b
commit 4f4ee5c69a

View File

@@ -19,7 +19,9 @@ include device/google/gs-common/gs_watchdogd/watchdog.mk
include device/google/gs-common/ramdump_and_coredump/ramdump_and_coredump.mk
include device/google/gs-common/soc/soc.mk
include device/google/gs-common/soc/freq.mk
include device/google/gs-common/modem/modem.mk
ifneq ($(BOARD_WITHOUT_RADIO),true)
include device/google/gs-common/modem/modem.mk
endif
include device/google/gs-common/aoc/aoc.mk
include device/google/gs-common/thermal/dump/thermal.mk
include device/google/gs-common/thermal/thermal_hal/device.mk