Commit 2244cd32 authored by Kenny Root's avatar Kenny Root
Browse files

Remove HAVE_SELINUX guard

Change-Id: Ie34c958fb20757f733b6c933bfe52691f773a342
parent 4bf886ad
......@@ -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)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment