From: Alex Klyubin Date: Mon, 27 Feb 2017 19:04:30 +0000 (-0800) Subject: Make secilc available X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=46dd5749183f1c7f71894f4bf8d0a8756da76fe1;p=android-x86%2Fbuild.git 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 --- diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 71e9c3346..ed7b8b7cb 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -84,6 +84,7 @@ PRODUCT_PACKAGES += \ # SELinux packages PRODUCT_PACKAGES += \ + secilc \ file_contexts.bin \ nonplat_file_contexts \ nonplat_mac_permissions.xml \