Make secilc available

The SELinux policy compiler needs to be available on-device to compile
SELinux policy at boot on some devices. For now, we're including this
unconditionally, but, going forward, we will include this binary only
on devices which need it.

Test: Device boots -- secilc is not yet used anyway
Bug: 31363362
Change-Id: I7712b70d7c5b4c57bec2cdb44519b42d26758d09
This commit is contained in:
Alex Klyubin 2017-02-27 11:04:30 -08:00
parent 2af09af86b
commit 46dd574918
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ PRODUCT_PACKAGES += \
# SELinux packages
PRODUCT_PACKAGES += \
secilc \
file_contexts.bin \
nonplat_file_contexts \
nonplat_mac_permissions.xml \