diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-03-03 03:50:48 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-03-03 03:50:48 +0000 |
commit | 3e78704825b38836131dc8f24531baa03b9c9fb8 (patch) | |
tree | 64be9f230890439636c363964292910a9803cd14 | |
parent | fea31c0b9e02a47b7cfc07e454c1f7e3614bbf26 (diff) | |
parent | 8e87853a04a104b20036f04379cfd6f00b9d3c95 (diff) | |
download | platform_build-3e78704825b38836131dc8f24531baa03b9c9fb8.tar.gz platform_build-3e78704825b38836131dc8f24531baa03b9c9fb8.tar.bz2 platform_build-3e78704825b38836131dc8f24531baa03b9c9fb8.zip |
Merge "Include secilc and sepolicy conditionally, elsewhere"
-rw-r--r-- | target/product/embedded.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk index 8b40fe0adb..e26c62858d 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -84,7 +84,6 @@ PRODUCT_PACKAGES += \ # SELinux packages PRODUCT_PACKAGES += \ - secilc \ file_contexts.bin \ nonplat_file_contexts \ nonplat_mac_permissions.xml \ @@ -96,8 +95,7 @@ PRODUCT_PACKAGES += \ plat_property_contexts \ plat_seapp_contexts \ plat_service_contexts \ - selinux_version \ - sepolicy + selinux_version # AID Generation for # <pwd.h> and <grp.h> |