summaryrefslogtreecommitdiff
path: root/modem/userdebug.mk
diff options
context:
space:
mode:
authorJonglin Lee <jonglin@google.com>2022-06-14 11:42:39 -0700
committerJonglin Lee <jonglin@google.com>2022-06-14 21:52:29 +0000
commitdd8efd5509c9d2887ec4964654f3377d4a3c15fa (patch)
tree3b809d1972e5f1aefacf21a55fcaebf05ca31ccd /modem/userdebug.mk
parent08424eca4c8280f292e60e968aa14eafb7e3fdf5 (diff)
downloadgs201-dd8efd5509c9d2887ec4964654f3377d4a3c15fa.tar.gz
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
Diffstat (limited to 'modem/userdebug.mk')
-rw-r--r--modem/userdebug.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/modem/userdebug.mk b/modem/userdebug.mk
index ba4c0e9..2b0c398 100644
--- a/modem/userdebug.mk
+++ b/modem/userdebug.mk
@@ -1 +1,3 @@
-PRODUCT_PACKAGES += vcd
+ifneq ($(BOARD_WITHOUT_RADIO),true)
+ PRODUCT_PACKAGES += vcd
+endif