From e4ade08f6330946e95636b62c5262f15abac7545 Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Tue, 27 Dec 2016 15:09:03 -0800 Subject: [PATCH] SELinux: split service_contexts into platform and non-platform components. Bug: 33746484 Test: Successfully boot with original service and property contexts. Successfully boot with split serivce and property contexts. Change-Id: I6fec8d9b3023de09d69198c9e72311a1f03fe844 Signed-off-by: Sandeep Patil --- target/product/embedded.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/product/embedded.mk b/target/product/embedded.mk index af6bb9805..6f65452e1 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -85,13 +85,14 @@ PRODUCT_PACKAGES += \ nonplat_file_contexts \ nonplat_mac_permissions.xml \ nonplat_seapp_contexts \ + nonplat_service_contexts \ plat_file_contexts \ plat_mac_permissions.xml \ plat_seapp_contexts \ + plat_service_contexts \ property_contexts \ selinux_version \ - sepolicy \ - service_contexts + sepolicy # AID Generation for # and -- 2.11.0