From 46dd5749183f1c7f71894f4bf8d0a8756da76fe1 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Mon, 27 Feb 2017 11:04:30 -0800 Subject: [PATCH] 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 --- target/product/embedded.mk | 1 + 1 file changed, 1 insertion(+) 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 \