| Index: build/android/pylib/valgrind_tools.py
|
| diff --git a/build/android/pylib/valgrind_tools.py b/build/android/pylib/valgrind_tools.py
|
| index 95ae2b9797a058052ab67dd9b836a25fbe400579..4db337a3b41edcf36c9a16631084a3bfdf3db57b 100644
|
| --- a/build/android/pylib/valgrind_tools.py
|
| +++ b/build/android/pylib/valgrind_tools.py
|
| @@ -90,7 +90,7 @@ class AddressSanitizerTool(BaseTool):
|
| # Disable memcmp overlap check.There are blobs (gl drivers)
|
| # on some android devices that use memcmp on overlapping regions,
|
| # nothing we can do about that.
|
| - EXTRA_OPTIONS = 'strict_memcmp=0'
|
| + EXTRA_OPTIONS = 'strict_memcmp=0,use_sigaltstack=1'
|
|
|
| def __init__(self, adb):
|
| self._adb = adb
|
|
|