Support more variables for "debuggable".
Enhance bp feature to support "product_variables.debuggable.exclude_static_libs" and "product_variables.debuggable.jni_libs". Bug: 325857852 Test: lunch akita-trunk_staging-userdebug && m ConnectivityMonitor Change-Id: Iae843af2d41ec7754812a0b89a7ebc791c58e099
This commit is contained in:
@@ -132,9 +132,11 @@ type variableProperties struct {
|
||||
Keep_symbols *bool
|
||||
Keep_symbols_and_debug_frame *bool
|
||||
}
|
||||
Static_libs []string
|
||||
Whole_static_libs []string
|
||||
Shared_libs []string
|
||||
Static_libs []string
|
||||
Exclude_static_libs []string
|
||||
Whole_static_libs []string
|
||||
Shared_libs []string
|
||||
Jni_libs []string
|
||||
|
||||
Cmdline []string
|
||||
|
||||
|
Reference in New Issue
Block a user