| Index: build/android/pylib/gtest/setup.py
|
| diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
|
| index fe152bfe89ae349f5fb28eabaa2d838b2f65f863..6a9e65b946e3b913009b4370e3029c3bd220f928 100644
|
| --- a/build/android/pylib/gtest/setup.py
|
| +++ b/build/android/pylib/gtest/setup.py
|
| @@ -121,6 +121,7 @@ def _GenerateDepsDirUsingIsolate(suite_name, isolate_file_path=None):
|
| # TODO(maruel): This may not be always true.
|
| '--config-variable', 'target_arch', 'arm',
|
| '--config-variable', 'use_openssl', '0',
|
| + '--config-variable', 'use_ozone', '0',
|
| ]
|
| assert not cmd_helper.RunCmd(isolate_cmd)
|
|
|
|
|