Merge "Revert "Disable XOM in init.""

This commit is contained in:
Ivan Lozano 2018-11-29 15:58:11 +00:00 committed by Gerrit Code Review
commit 4cafb54481

View file

@ -92,7 +92,6 @@ LOCAL_STATIC_LIBRARIES := \
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)