commit | 10463d6fd1338f013eb556b8c703a0f569d2ca98 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Nov 27 20:30:46 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 27 20:30:46 2018 +0000 |
tree | a9bfa35595f9554e7f21c59f79de5094f74f63d4 | |
parent | d492c737be33c5e16d3392f40a35cfcb6d3fafc8 [diff] | |
parent | 332ac551a1b3775fd3b656c9d9e1884014a786a0 [diff] |
Merge "Disable XOM in init."
diff --git a/init/Android.mk b/init/Android.mk index dc46d21..ee030c7 100644 --- a/init/Android.mk +++ b/init/Android.mk
@@ -92,6 +92,7 @@ LOCAL_SANITIZE := signed-integer-overflow # First stage init is weird: it may start without stdout/stderr, and no /proc. LOCAL_NOSANITIZE := hwaddress +LOCAL_XOM := false include $(BUILD_EXECUTABLE) include $(CLEAR_VARS)