Index: build/config/sanitizers/sanitizers.gni |
diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni |
index 132512d2529c50cd90ba692f3265dd8a79fe22ca..8b933fd38eeb7a880d578407f0f89b1d2562d3df 100644 |
--- a/build/config/sanitizers/sanitizers.gni |
+++ b/build/config/sanitizers/sanitizers.gni |
@@ -134,13 +134,8 @@ declare_args() { |
# Detect overflow/underflow for global objects. |
# |
- # Android build relies on -Wl,--gc-sections removing unreachable code. |
- # ASan instrumentation for globals inhibits this and results in a |
- # library with unresolvable relocations. |
- # TODO(eugenis): find a way to reenable this. |
- # |
# Mac: http://crbug.com/352073 |
- asan_globals = !is_android && !is_mac |
+ asan_globals = !is_mac |
} |
if (use_afl && sanitizer_coverage_flags == "") { |