Merge "Let deps property be conditional on debuggability" into main

This commit is contained in:
Treehugger Robot 2024-04-13 00:43:04 +00:00 committed by Gerrit Code Review
commit 06485000db

View file

@ -139,6 +139,8 @@ type variableProperties struct {
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