Disable XOM in init.
init doesn't cooperate with execute-only memory just yet, so disable it until we can determine the root cause. Bug: 77958880 Test: Device boots. Change-Id: Ieb78315ba1e48c9cd0d047a42951bd3fbd36641b
This commit is contained in:
parent
ee9d6382d1
commit
055347e564
|
@ -92,6 +92,7 @@ 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)
|
||||
|
|
Loading…
Reference in New Issue