| Index: build/android/pylib/base/environment_factory.py
|
| diff --git a/build/android/pylib/base/environment_factory.py b/build/android/pylib/base/environment_factory.py
|
| index c96d19920f7802c5e1a5d8cff9ae6ecb941457dd..ad2eafd6b0c1e3229ca3a8d0f2fef402fcbcc309 100644
|
| --- a/build/android/pylib/base/environment_factory.py
|
| +++ b/build/android/pylib/base/environment_factory.py
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
|
|
| -def CreateEnvironment(_args, error_func):
|
| +def CreateEnvironment(_command, _options, error_func):
|
|
|
| # TODO(jbudorick) Add local device environment.
|
| # TODO(jbudorick) Add local machine environment.
|
|
|