Merge "Allow Strip in Debuggable" am: 81498621d3
am: bccc27f285
am: 5133a0310b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1467590 Change-Id: Ie78f6745666729d4593355506717bdee598dcd4a
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user