Merge "Added src and exclude_src to debuggable builds"
This commit is contained in:
commit
d0956e62be
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ type variableProperties struct {
|
|||
Shared_libs []string
|
||||
|
||||
Cmdline []string
|
||||
Srcs []string
|
||||
Exclude_srcs []string
|
||||
}
|
||||
|
||||
// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging
|
||||
|
|
Loading…
Reference in a new issue