commit | 06485000dba6d86652c1a67d8a609adc886f844d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sat Apr 13 00:43:04 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Apr 13 00:43:04 2024 +0000 |
tree | 09f37d1811b2122b32edeb0387b201d86397ec34 | |
parent | 9a7898d8008c097d7a07d4bc80fc7dec6d65bae4 [diff] | |
parent | 62532d7d624b1823be00b40ffff25d7c98d2e8cf [diff] |
Merge "Let `deps` property be conditional on debuggability" into main
diff --git a/android/variable.go b/android/variable.go index b0afd5b..5a079db 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -139,6 +139,8 @@ Srcs []string Exclude_srcs []string Cmd *string + + Deps []string } // eng is true for -eng builds, and can be used to turn on additional heavyweight debugging