OSDN Git Service

Remove HAVE_SELINUX guard
authorKenny Root <kroot@google.com>
Wed, 10 Oct 2012 18:01:02 +0000 (11:01 -0700)
committerKenny Root <kroot@google.com>
Wed, 10 Oct 2012 18:01:02 +0000 (11:01 -0700)
Change-Id: Ie34c958fb20757f733b6c933bfe52691f773a342

target/product/core.mk

index 87872d6..136f764 100644 (file)
@@ -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)
-