commit | 8f323ae364695325c648708eb58047b41f29adfe | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Jun 23 20:01:13 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Jun 28 15:39:55 2021 -0700 |
tree | c15282d2c64e12febb5691c62cbceedf5dbba1ba | |
parent | 8e590ea8540feaed5ab6768f0cf514f73bc9ac63 [diff] [blame] |
Add libs to debuggable Test: pass Bug: 190868302 Change-Id: Ia51d9bb97d2f413b515335534cd5a771da68ce4b
diff --git a/android/variable.go b/android/variable.go index 7658cdd..59ae187 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -101,6 +101,9 @@ Keep_symbols *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