Merge "Turn off XOM on libnstest_root.so" am: c85a8823ca
am: 6fb9f4ceee
Change-Id: Ic8dd5e33604d8d102cd47becfcd2abbb268ff80a
diff --git a/tests/libs/Android.bp b/tests/libs/Android.bp
index 79c9a06..c06cb12 100644
--- a/tests/libs/Android.bp
+++ b/tests/libs/Android.bp
@@ -237,6 +237,10 @@
"libnstest_public",
"libnstest_private",
],
+ // The dlext.ns_anonymous test copies the loaded segments of this shared
+ // object into a new mapping, so every segment must be readable. Turn off
+ // eXecute-Only-Memory. See http://b/123034666.
+ xom: false,
}
cc_test_library {