| 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 03d5f2a275a86f2519f5161694453ca8131ac45c..4a8d6b328ff4360912b0ef9120d44533870bc205 100644
|
| --- a/build/android/gyp/util/build_device.py
|
| +++ b/build/android/gyp/util/build_device.py
|
| @@ -18,6 +18,7 @@ sys.path.append(BUILD_ANDROID_DIR)
|
|
|
| from pylib import android_commands
|
|
|
| +from pylib.android_commands import GetAttachedDevices
|
|
|
| class BuildDevice(object):
|
| def __init__(self, configuration):
|
|
|