commit | 81498621d3515cee77a076bdc0c1f8fa2f959b9d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Oct 21 04:10:17 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 21 04:10:17 2020 +0000 |
tree | 749dbf2801a842a099b729d0085a0b04ea4bbe66 | |
parent | 2e251afccceb2f489afb66bb8ef5d6faaf185d94 [diff] | |
parent | 328e0bf8cbee7320ec805273a489b83c6ccd0e26 [diff] |
Merge "Allow Strip in Debuggable"
diff --git a/android/variable.go b/android/variable.go index a9495cc..73062ed 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -90,6 +90,11 @@ 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