| Index: build/android/pylib/gtest/setup.py
|
| diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
|
| index f29ee7e0ee771f5d5d99a59adacf698ea0b9bb83..e343aa4ce418c86f46263ac3ee93c93663dd8452 100644
|
| --- a/build/android/pylib/gtest/setup.py
|
| +++ b/build/android/pylib/gtest/setup.py
|
| @@ -138,6 +138,8 @@ def _GenerateDepsDirUsingIsolate(suite_name, isolate_file_path=None):
|
| '--config-variable', 'chromeos', '0',
|
| '--config-variable', 'component', 'static_library',
|
| '--config-variable', 'icu_use_data_file_flag', '1',
|
| + # TODO(maruel): This may not be always true.
|
| + '--config-variable', 'target_arch', 'arm',
|
| '--config-variable', 'use_openssl', '0',
|
| ]
|
| assert not cmd_helper.RunCmd(isolate_cmd)
|
|
|