summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Android.bp b/init/Android.bp
index 3369fb981..9f5d17d8d 100644
--- a/init/Android.bp
+++ b/init/Android.bp
@@ -19,7 +19,6 @@ cc_defaults {
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",