commit | d98acb0d4ae140e9b542f4fb57c4a33048c93b00 | [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 | ee9d6382d13411614c27b25de8c97273f066a8d3 [diff] | |
parent | 055347e56411b15f9b119b87c29938411ce4c69a [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)