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

Commit b649ef87 authored by Inseob Kim's avatar Inseob Kim Committed by Automerger Merge Worker
Browse files

Merge "Fix SepolicySplit soong variable" am: 26c77daa am: 9a9201d3

Original change: https://android-review.googlesource.com/c/platform/build/+/1650269

Change-Id: I124f6f03f3f1f791c85701d3bc796774bee32fe8
parents b20d3957 9a9201d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ $(call add_json_bool, RequiresInsecureExecmemForSwiftshader, $(PRODUCT_REQUIRES_

$(call add_json_bool, SelinuxIgnoreNeverallows, $(SELINUX_IGNORE_NEVERALLOWS))

$(call add_json_bool, SepolicySplit, $(PRODUCT_SEPOLICY_SPLIT))
$(call add_json_bool, SepolicySplit, $(filter true,$(PRODUCT_SEPOLICY_SPLIT)))

$(call json_end)