summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-14 17:15:00 -0700
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-03-14 17:15:00 -0700
commitdd6237c72829db0e605b16f2496fd3545e9f1e5d (patch)
treedd266633898b83364280b0f8105238709b5446e5 /sh
parent7cb7544059009a585478f345d8ea653399d9d9da (diff)
parentcee7c610a33269c7563656a713c48f4270e49cab (diff)
Merge "Set LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG on sh_test" into main
Diffstat (limited to 'sh')
-rw-r--r--sh/sh_binary.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/sh/sh_binary.go b/sh/sh_binary.go
index b2546eb19..57f5ad1c7 100644
--- a/sh/sh_binary.go
+++ b/sh/sh_binary.go
@@ -613,6 +613,8 @@ func (s *ShTest) AndroidMkEntries() []android.AndroidMkEntries {
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)
},
},