commit | c22dece68bf3ad712693dd5b04b479011142c17d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Jun 20 12:58:34 2024 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu Jun 20 12:58:34 2024 -0700 |
tree | 120877c508fa58ec2c3dc67fd56aefadd032612b | |
parent | 57ad5ae413a85ec59334060084e98cdd766ac63f [diff] |
Change PRODUCT_PRECOMPILED_SEPOLICY to a bool Bug: 323382414 Test: m nothing --no-skip-soong-tests Change-Id: I61ab8b38073414bea946dc680d35a2cfb7f76838
diff --git a/Android.bp b/Android.bp index 1a2d1ef..dc6761c 100644 --- a/Android.bp +++ b/Android.bp
@@ -123,7 +123,7 @@ "202404.compat.cil", ], }) + select(soong_config_variable("ANDROID", "PRODUCT_PRECOMPILED_SEPOLICY"), { - "true": ["plat_sepolicy_and_mapping.sha256"], + true: ["plat_sepolicy_and_mapping.sha256"], default: [], }), }