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
This commit is contained in:
parent
1252f9c851
commit
4397cd1ea0
2 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
|||
PRODUCT_PACKAGES += dmd
|
||||
ifneq ($(BOARD_WITHOUT_RADIO),true)
|
||||
PRODUCT_PACKAGES += dmd
|
||||
endif
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs101-sepolicy/modem/user
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue