commit | b551a7775bc47b9b48bdd0a70b34e84cd04fa21b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Oct 31 17:45:53 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 31 17:45:53 2018 +0000 |
tree | fe17acc5ac33994bc61388d9fec57296e821e12c | |
parent | 724c854f6a28a73191cd8ce1b1c0e5df4797decb [diff] | |
parent | 3273cc27f76245e678885869b07148855529b6da [diff] |
Merge "Add sanitize.address to product_variables.eng"
diff --git a/android/variable.go b/android/variable.go index f2ba89b..2686049 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -95,6 +95,9 @@ Lto struct { Never *bool } + Sanitize struct { + Address *bool + } } Pdk struct {