Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f4718a5 authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by android-build-merger
Browse files

Merge "Do not hwasanitize init_first_stage."

am: 051f4d56

Change-Id: I066a541ba75a43360cbb0d4e831720c7e7f8c182
parents 25272f26 051f4d56
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -90,6 +90,8 @@ LOCAL_STATIC_LIBRARIES := \
    libcap \

LOCAL_SANITIZE := signed-integer-overflow
# First stage init is weird: it may start without stdout/stderr, and no /proc.
LOCAL_NOSANITIZE := hwaddress
include $(BUILD_EXECUTABLE)

include $(CLEAR_VARS)