summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Philip Cuadra <philipcuadra@google.com> 2020-10-19 22:01:29 -0700
committer Philip Cuadra <philipcuadra@google.com> 2020-10-20 12:22:00 -0700
commit328e0bf8cbee7320ec805273a489b83c6ccd0e26 (patch)
tree3701e1de29a261dad5c3fe9cf5e1cfdbc8a86055 /android/variable.go
parentd9052d177c3a851e96db516fe3fe3ad51b69a1fa (diff)
Allow Strip in Debuggable
Allow Strip to be set in Debuggable builds. Bug: 171273461 Test: manual confirmation Change-Id: Ief259891e8e3fd19b31377e92fbbad28daa405ac
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index a9495ccbe..73062ed64 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -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