Merge "Added src and exclude_src to debuggable builds"

This commit is contained in:
Jay Aliomer
2021-09-30 15:28:31 +00:00
committed by Android (Google) Code Review

View File

@@ -116,6 +116,9 @@ 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