commit | 26c77daaa458c7b4e5e3de9b69bd0d0c37577833 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Mar 23 23:54:29 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 23 23:54:29 2021 +0000 |
tree | 63414c9c93c13b5ca2cc354c7f0861aa13664786 | |
parent | 9657a54894eb58e80a27a458cacb9f75c7f7a3dd [diff] | |
parent | 35f63019c9c88c5eab8f529977433b647036083a [diff] |
Merge "Fix SepolicySplit soong variable"
diff --git a/core/soong_config.mk b/core/soong_config.mk index 597ea78..c62086f 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk
@@ -260,7 +260,7 @@ $(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)