| Index: build/android/pylib/valgrind_tools.py
|
| diff --git a/build/android/pylib/valgrind_tools.py b/build/android/pylib/valgrind_tools.py
|
| index 8e34adf1525d7ed47b8c71f950b4203d33d5d9c4..99719d08114d26522c446eb66122a85756372747 100644
|
| --- a/build/android/pylib/valgrind_tools.py
|
| +++ b/build/android/pylib/valgrind_tools.py
|
| @@ -103,6 +103,10 @@
|
| def __init__(self, device):
|
| super(AddressSanitizerTool, self).__init__()
|
| self._device = device
|
| + # Configure AndroidCommands to run utils (such as md5sum_bin) under ASan.
|
| + # This is required because ASan is a compiler-based tool, and md5sum
|
| + # includes instrumented code from base.
|
| + device.old_interface.SetUtilWrapper(self.GetUtilWrapper())
|
|
|
| @classmethod
|
| def CopyFiles(cls, device):
|
|
|