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

Commit f695cd1e authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "Build split file_contexts on TREBLE builds"

am: 2d03e64b

Change-Id: I76eacc102235ba5b989a15f678c8ecbf5b744ff8
parents 692048ae 2d03e64b
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -120,7 +120,9 @@ LOCAL_REQUIRED_MODULES += \
    nonplat_sepolicy.cil \
    nonplat_sepolicy.cil \
    plat_sepolicy.cil \
    plat_sepolicy.cil \
    plat_sepolicy.cil.sha256 \
    plat_sepolicy.cil.sha256 \
    secilc
    secilc \
    nonplat_file_contexts \
    plat_file_contexts


# Include precompiled policy, unless told otherwise
# Include precompiled policy, unless told otherwise
ifneq ($(PRODUCT_PRECOMPILED_SEPOLICY),false)
ifneq ($(PRODUCT_PRECOMPILED_SEPOLICY),false)
@@ -129,7 +131,8 @@ endif


else
else
# Use monolithic SELinux policy
# Use monolithic SELinux policy
LOCAL_REQUIRED_MODULES += sepolicy
LOCAL_REQUIRED_MODULES += sepolicy \
    file_contexts.bin
endif
endif


# Create symlinks.
# Create symlinks.