Merge "Add libs to debuggable" am: 3b90bb9834

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

Change-Id: I9e6b7287f7158bf4f9b4227115e02ab140106533
This commit is contained in:
Treehugger Robot
2021-06-29 00:08:27 +00:00
committed by Automerger Merge Worker

View File

@@ -101,6 +101,9 @@ type variableProperties struct {
Keep_symbols *bool
Keep_symbols_and_debug_frame *bool
}
Static_libs []string
Whole_static_libs []string
Shared_libs []string
}
// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging