Split mac_permissions.xml into plat and non-plat components.

Bug: 31363362
Test: Bullhead and Sailfish both build and boot w/out new denials.
Change-Id: Id7e29ec09510741c4e925231401a6de81704fbf0
This commit is contained in:
dcashman 2016-12-14 13:48:48 -08:00 committed by Dan Cashman
parent f61205d5c7
commit 15171f641e
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ PRODUCT_PACKAGES += \
# SELinux packages # SELinux packages
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
file_contexts.bin \ file_contexts.bin \
mac_permissions.xml \ nonplat_mac_permissions.xml \
plat_mac_permissions.xml \
property_contexts \ property_contexts \
seapp_contexts \ seapp_contexts \
selinux_version \ selinux_version \