commit | b1e9486c3efd5ebab3cb6fb11231c3e54035367a | [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 | ba275e333a172d605ae97ecd195f9ccf9a136595 [diff] | |
parent | 86fa18e2c9b943d99cf6e4fe42fbe2dd0f2d9d83 [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",