Merge "Added src and exclude_src to debuggable builds"

This commit is contained in:
Treehugger Robot 2021-12-23 03:32:47 +00:00 committed by Gerrit Code Review
commit d0956e62be

View file

@ -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