| Index: build/android/gyp/util/build_device.py
|
| diff --git a/build/android/gyp/util/build_device.py b/build/android/gyp/util/build_device.py
|
| index b847b8201e1d5b7277af3f250bd652d503010b20..928bd02f8c2f60ff4c716d5248dc4b86f090b898 100644
|
| --- a/build/android/gyp/util/build_device.py
|
| +++ b/build/android/gyp/util/build_device.py
|
| @@ -19,7 +19,7 @@ sys.path.append(BUILD_ANDROID_DIR)
|
| from pylib import android_commands
|
| from pylib.device import device_utils
|
|
|
| -GetAttachedDevices = android_commands.GetAttachedDevices()
|
| +GetAttachedDevices = android_commands.GetAttachedDevices
|
|
|
|
|
| class BuildDevice(object):
|
|
|