commit | 37d91c22b1df657799de0019d424ee39680e0d5d | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Jan 15 15:53:58 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 15 15:53:58 2019 -0800 |
tree | 3738cbce1bf42446a5e3326b444c3c0cf5bc2a01 | |
parent | 86b22f98a6188c8fc9008f2922bc05a1c5559e9f [diff] | |
parent | 0922a6ccbadae3aa2f6544a96aabb81db2e13878 [diff] |
Merge "Enable execute-only memory layouts by default." am: 0b475181a6 am: 0922a6ccba Change-Id: Ic52c9921abc827e72717007b4b0133bf3f0feb79
diff --git a/android/config.go b/android/config.go index 925ca94..7c1278e 100644 --- a/android/config.go +++ b/android/config.go
@@ -649,7 +649,7 @@ func (c *config) EnableXOM() bool { if c.productVariables.EnableXOM == nil { - return false + return true } else { return Bool(c.productVariables.EnableXOM) }