Merge "Added src and exclude_src to debuggable builds" am: d0956e62be am: 5e69c78cdc

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1930901

Change-Id: I2f7872539e1a008db31be88bbf5d6590ca90f660
This commit is contained in:
Treehugger Robot
2021-12-23 04:21:26 +00:00
committed by Automerger Merge Worker

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