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

View File

@@ -124,6 +124,8 @@ type variableProperties struct {
Shared_libs []string Shared_libs []string
Cmdline []string Cmdline []string
Srcs []string
Exclude_srcs []string
} }
// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging