Merge "Let deps
property be conditional on debuggability" into main
This commit is contained in:
commit
06485000db
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ type variableProperties struct {
|
||||||
Srcs []string
|
Srcs []string
|
||||||
Exclude_srcs []string
|
Exclude_srcs []string
|
||||||
Cmd *string
|
Cmd *string
|
||||||
|
|
||||||
|
Deps []string
|
||||||
}
|
}
|
||||||
|
|
||||||
// eng is true for -eng builds, and can be used to turn on additional heavyweight debugging
|
// eng is true for -eng builds, and can be used to turn on additional heavyweight debugging
|
||||||
|
|
Loading…
Reference in a new issue