commit | 05735591f83ce6d908ac7bb9bcda94045c07e9b0 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Dec 06 03:14:58 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 06 03:14:58 2018 +0000 |
tree | f1f7f9105787bf296a98b0b4644659fac4df2417 | |
parent | 50f524635294b0de384af4caf33d32f30614e6db [diff] | |
parent | f8315f073ff5ce00b2fb1afa6957d3b7f97d9230 [diff] |
Merge "init: disable asan"
diff --git a/init/Android.bp b/init/Android.bp index ea66ac6..e7b8516 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -19,6 +19,7 @@ cpp_std: "experimental", sanitize: { misc_undefined: ["signed-integer-overflow"], + address: false, // TODO(b/120561310): Fix ASAN to work without /proc mounted and re-enable. }, cflags: [ "-DLOG_UEVENTS=0",