| Index: build/android/pylib/gtest/setup.py
|
| diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
|
| index d85656e0cdda13703372e89973f3d95c3cec902b..46baabd52649d17e23bcdc0a6b2b3d6e4f208b91 100644
|
| --- a/build/android/pylib/gtest/setup.py
|
| +++ b/build/android/pylib/gtest/setup.py
|
| @@ -114,8 +114,8 @@ def _GenerateDepsDirUsingIsolate(suite_name):
|
| 'remap',
|
| '--isolate', isolate_abs_path,
|
| '--isolated', isolated_abs_path,
|
| - '-V', 'PRODUCT_DIR=%s' % constants.GetOutDirectory(),
|
| - '-V', 'OS=android',
|
| + '--path-variable', 'PRODUCT_DIR', constants.GetOutDirectory(),
|
| + '--config-variable', 'OS', 'android',
|
| '--outdir', constants.ISOLATE_DEPS_DIR,
|
| ]
|
| assert not cmd_helper.RunCmd(isolate_cmd)
|
|
|