Merge "Allow Strip in Debuggable"

This commit is contained in:
Treehugger Robot 2020-10-21 04:10:17 +00:00 committed by Gerrit Code Review
commit 81498621d3
1 changed files with 5 additions and 0 deletions

View File

@ -90,6 +90,11 @@ type variableProperties struct {
Required []string
Host_required []string
Target_required []string
Strip struct {
All *bool
Keep_symbols *bool
Keep_symbols_and_debug_frame *bool
}
}
// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging