commit | 0b475181a68f92fabcc1b036a414bbbeb3665fd7 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Jan 15 23:29:51 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 15 23:29:51 2019 +0000 |
tree | f7389b0a6bf5b6a3b9e5efed215c85632bf046df | |
parent | 073941d780016e0770f083e1edd425739d15b80a [diff] | |
parent | b84fc9dc32b56dd8aaf9ab7e83f32b5bf2ce2abe [diff] |
Merge "Enable execute-only memory layouts by default."
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) }