summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-01-04 14:05:23 -0800
committerIvan Lozano <ivanlozano@google.com>2019-01-04 14:08:53 -0800
commitd60cb5c0cc6c3b265b4b4afc1886a156cfce2d74 (patch)
tree16b0d9e40559ce9156cd7babd3b28e9b011d54ab
parentf646481822caf9a1e9c744a8bb76820adc32ae72 (diff)
downloadrs-d60cb5c0cc6c3b265b4b4afc1886a156cfce2d74.tar.gz
Disable XOM in libRSCpuRef.
Disable execute-only memory layouts in libRSCpuRef. Bug: 77958880 Bug: 120850765 Test: Built the library, checked the program headers with readelf. Change-Id: I0ae985bf49978e1ee41619269cbe8ce0a47acc42
-rw-r--r--cpu_ref/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu_ref/Android.bp b/cpu_ref/Android.bp
index e929a9c4..a82659a9 100644
--- a/cpu_ref/Android.bp
+++ b/cpu_ref/Android.bp
@@ -127,4 +127,5 @@ cc_library_shared {
enabled: false,
},
},
+ xom: false,
}