Merge "Fix SepolicySplit soong variable"

This commit is contained in:
Inseob Kim 2021-03-23 23:54:29 +00:00 committed by Gerrit Code Review
commit 26c77daaa4
1 changed files with 1 additions and 1 deletions

View File

@ -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)