OSDN Git Service

Make secilc available
authorAlex Klyubin <klyubin@google.com>
Mon, 27 Feb 2017 19:04:30 +0000 (11:04 -0800)
committerAlex Klyubin <klyubin@google.com>
Mon, 27 Feb 2017 21:28:42 +0000 (13:28 -0800)
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

target/product/embedded.mk

index 71e9c33..ed7b8b7 100644 (file)
@@ -84,6 +84,7 @@ PRODUCT_PACKAGES += \
 
 # SELinux packages
 PRODUCT_PACKAGES += \
+    secilc \
     file_contexts.bin \
     nonplat_file_contexts \
     nonplat_mac_permissions.xml \