Merge "cmdline property in bootimg can be customized for debuggable builds" am: 4b2435bc79

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

Change-Id: Ia4491bfb3c16e139bf40bde090c2274efea73b35
This commit is contained in:
Treehugger Robot
2021-08-31 02:00:51 +00:00
committed by Automerger Merge Worker
2 changed files with 5 additions and 3 deletions

View File

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