commit | f17fd1d68aca0a63f7888cd4035858bbdfc6fa94 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Nov 27 07:56:17 2018 -0800 |
committer | Ivan Lozano <ivanlozano@google.com> | Tue Nov 27 07:56:17 2018 -0800 |
tree | 554093f4206046bc26daa484604c7f1fad4689a5 | |
parent | 7f92fbe06484f036274952efa00fb5cdf410eb12 [diff] [blame] |
Disable XOM in linker, libc, and libm. These modules have issues running with execute-only memory. Disable it in them until we can resolve the issues. Bug: 77958880 Test: No more XOM-related crashes in these binaries Change-Id: Ie6c957731155566c2bbe7dbb7a91b9583d9aff93
diff --git a/linker/Android.bp b/linker/Android.bp index 8ef540c..a9907ca 100644 --- a/linker/Android.bp +++ b/linker/Android.bp
@@ -289,6 +289,7 @@ }, }, compile_multilib: "both", + xom: false, } cc_library {