commit | b259ede3249df172ed5ba0191547c715f241441c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Oct 31 22:12:43 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 31 22:12:43 2018 +0000 |
tree | ddcd62a2d47c333091f45a3400aa3dbfa5a541f4 | |
parent | b551a7775bc47b9b48bdd0a70b34e84cd04fa21b [diff] | |
parent | a54974c806f7397f6553c09cfba281ad5ebd18ed [diff] |
Merge changes from topics "soong-aar", "soong-bundle" * changes: Pass AAR to make Create bundle modules suitable for bundletool
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 {