Merge "Add libs to debuggable" am: 3b90bb9834 am: 3835adce04

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

Change-Id: Id7c43d2e29aaba652016dd9cd7cbce47dcd2161c
This commit is contained in:
Treehugger Robot
2021-06-29 00:20:16 +00:00
committed by Automerger Merge Worker

View File

@@ -101,6 +101,9 @@ type variableProperties struct {
Keep_symbols *bool Keep_symbols *bool
Keep_symbols_and_debug_frame *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 // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging