commit | 051f4d564364ae4f38c55c97db0bf7a6bb7e0dab | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Nov 02 20:14:51 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 02 20:14:51 2018 +0000 |
tree | 8f3203d22ef8e9941437b84060f4c85a73b72299 | |
parent | f8d62f06e77d59683f0e961d0560e096079d12ad [diff] | |
parent | 1f47f4add4b57b150e93fdf934880869884f7a4f [diff] |
Merge "Do not hwasanitize init_first_stage."
diff --git a/init/Android.mk b/init/Android.mk index c85727c..dc46d21 100644 --- a/init/Android.mk +++ b/init/Android.mk
@@ -90,6 +90,8 @@ 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)