commit | dd6237c72829db0e605b16f2496fd3545e9f1e5d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Mar 14 17:15:00 2025 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 14 17:15:00 2025 -0700 |
tree | dd266633898b83364280b0f8105238709b5446e5 | |
parent | 7cb7544059009a585478f345d8ea653399d9d9da [diff] | |
parent | cee7c610a33269c7563656a713c48f4270e49cab [diff] |
Merge "Set LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG on sh_test" into main
diff --git a/sh/sh_binary.go b/sh/sh_binary.go index b2546eb..57f5ad1 100644 --- a/sh/sh_binary.go +++ b/sh/sh_binary.go
@@ -613,6 +613,8 @@ entries.AddStrings("LOCAL_EXTRA_FULL_TEST_CONFIGS", s.extraTestConfigs.Strings()...) } + entries.SetBoolIfTrue("LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG", !proptools.BoolDefault(s.testProperties.Auto_gen_config, true)) + s.testProperties.Test_options.SetAndroidMkEntries(entries) }, },