| 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 e187c738714eccd2d50f206e0ec46ee975ad67c8..ff23b97514529fef27f4df70fa1b742d26ee521b 100644
|
| --- a/build/android/gyp/util/build_device.py
|
| +++ b/build/android/gyp/util/build_device.py
|
| @@ -23,7 +23,7 @@ from pylib.device import device_utils
|
|
|
| def GetAttachedDevices():
|
| return [a.GetDeviceSerial()
|
| - for a in adb_wrapper.Devices()]
|
| + for a in adb_wrapper.AdbWrapper.Devices()]
|
|
|
|
|
| class BuildDevice(object):
|
|
|