commit | f9162e2d6332bd19eee4ab7dfe2f80761b6a3574 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Thu Jan 17 18:25:01 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 17 18:25:01 2019 -0800 |
tree | 29775cf63c3c49120935846ceb3c8b6ae44d5e0f | |
parent | 18613788d323f37dc7ef07f5d141019f74bcf91a [diff] | |
parent | c3a05caf936a63d0d2427ca3a816345ce97f8c24 [diff] |
Merge "Re-enable asan on /init." am: 9c334367fd am: 17d5f8ad20 am: 18589dbbb0 Change-Id: I381f49e2d7fc829f357d38d134a30bfaa46ca911
diff --git a/init/Android.bp b/init/Android.bp index 3369fb9..9f5d17d 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -19,7 +19,6 @@ 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",