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

Commit 35f63019 authored by Inseob Kim's avatar Inseob Kim
Browse files

Fix SepolicySplit soong variable

It should be "filtered" by "true" because all non-empty values become
true when using add_json_bool.

Test: m selinux_policy on sc-arc
Change-Id: I35d5881d83746230793cf8ced76885607e82334a
parent ebb31762
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)