From 2244cd322f7aab549045e8bbfe25226831daeeb7 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 10 Oct 2012 11:01:02 -0700 Subject: [PATCH] Remove HAVE_SELINUX guard Change-Id: Ie34c958fb20757f733b6c933bfe52691f773a342 --- target/product/core.mk | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/target/product/core.mk b/target/product/core.mk index 87872d6b2..136f76411 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -127,6 +127,14 @@ PRODUCT_PACKAGES += \ zoneinfo.idx \ zoneinfo.version +# SELinux packages +PRODUCT_PACKAGES += \ + sepolicy \ + file_contexts \ + seapp_contexts \ + property_contexts \ + mac_permissions.xml + PRODUCT_COPY_FILES += \ system/core/rootdir/init.usb.rc:root/init.usb.rc \ system/core/rootdir/init.trace.rc:root/init.trace.rc \ @@ -150,14 +158,4 @@ ifeq ($(WITH_HOST_DALVIK),true) zoneinfo-host.version endif -ifeq ($(HAVE_SELINUX),true) - PRODUCT_PACKAGES += \ - sepolicy \ - file_contexts \ - seapp_contexts \ - property_contexts \ - mac_permissions.xml -endif - $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk) - -- 2.11.0