Remove XOM properties.
XOM is no longer supported by the build system, so remove these properties. Bug: 123034666 Bug: 147300048 Test: Build succeeds. Change-Id: I77efc98241f45b1a78b1cca5560f64eef5ef22f4
This commit is contained in:
parent
38d115c7f0
commit
3e928edc77
2 changed files with 0 additions and 5 deletions
|
@ -350,7 +350,6 @@ cc_binary {
|
|||
},
|
||||
|
||||
compile_multilib: "both",
|
||||
xom: false,
|
||||
|
||||
recovery_available: true,
|
||||
apex_available: [
|
||||
|
|
|
@ -341,10 +341,6 @@ cc_test_library {
|
|||
"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 {
|
||||
|
|
Loading…
Reference in a new issue