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

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

Merge "Fix SepolicySplit soong variable" am: 26c77daa

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

Change-Id: I3046a037093d0c62bcacab5ee8dd0950b2507ab5
parents a0ece52b 26c77daa
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)