commit | 4397cd1ea0de6a1a039779293aa9bd4f79f08686 | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Wed Dec 15 10:52:21 2021 +0800 |
committer | Adam Shih <adamshih@google.com> | Wed Dec 15 10:52:21 2021 +0800 |
tree | 9449b315f5a83c20ca216a63eb2444749bf4ce76 | |
parent | 1252f9c851d6bca2d2d96aefd18d0c2b4b462f57 [diff] [blame] |
avoid SELinux compile error and keep radio flag effective Bug: 209886647 Test: build pass with dmd and vcd not in the ROM Change-Id: I5a52e74a2c7ef600e8314844c261b3a25ad4a737
diff --git a/modem/userdebug.mk b/modem/userdebug.mk index 87697a7..4fcab64 100644 --- a/modem/userdebug.mk +++ b/modem/userdebug.mk
@@ -1,2 +1,4 @@ -PRODUCT_PACKAGES += vcd +ifneq ($(BOARD_WITHOUT_RADIO),true) + PRODUCT_PACKAGES += vcd +endif BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101-sepolicy/modem/userdebug/