Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Remove HAVE_SELINUX guard

Change-Id: Ie34c958fb20757f733b6c933bfe52691f773a342
parent 4bf886ad
Loading
Loading
Loading
Loading
+8 −10
Original line number Diff line number Diff line
@@ -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)