Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 2f5025a54bc01988eb845c9ea7fdf04131adee68..07f2bd278896cb3b600259a276f8bac4d0b32c71 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2274,7 +2274,7 @@ |
'use_allocator%': 'none', |
'use_sanitizer_options%': 1, |
}], |
- ['OS=="linux" and asan==0 and msan==0 and lsan==0 and tsan==0 and build_for_tool==""', { |
+ ['(OS=="linux" or OS=="android") and asan==0 and msan==0 and lsan==0 and tsan==0 and build_for_tool==""', { |
'use_experimental_allocator_shim%': 1, |
}], |
['OS=="linux" and asan==0 and msan==0 and lsan==0 and tsan==0', { |