Merge "Allow Strip in Debuggable" am: 81498621d3

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

Change-Id: I28d6d79f69286d6a0d43205ff7e6a2df5d5e8fc8
This commit is contained in:
Treehugger Robot
2020-10-21 04:20:39 +00:00
committed by Automerger Merge Worker

View File

@@ -90,6 +90,11 @@ type variableProperties struct {
Required []string Required []string
Host_required []string Host_required []string
Target_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 // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging