device_google_gs201/modem/userdebug.mk
Jonglin Lee dd8efd5509 gs201: exclude GNSS and vcd if BOARD_WITHOUT_RADIO
Bug: 235907074
Test: Boot and check cpif does not boot loop
Signed-off-by: Jonglin Lee <jonglin@google.com>
Change-Id: I9347b29f945c438d2d9c206d56cfa172891b5c18
2022-06-14 21:52:29 +00:00

3 lines
68 B
Makefile

ifneq ($(BOARD_WITHOUT_RADIO),true)
PRODUCT_PACKAGES += vcd
endif