| 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 34484ac28a8ae34811eb6cc02542709e43318d6d..a19045be329225b77c10eb36e85fc7a6a4be629a 100644
|
| --- a/build/android/gyp/util/build_device.py
|
| +++ b/build/android/gyp/util/build_device.py
|
| @@ -13,8 +13,7 @@
|
|
|
| from util import build_utils
|
|
|
| -BUILD_ANDROID_DIR = os.path.abspath(
|
| - os.path.join(os.path.dirname(__file__), '..', '..'))
|
| +BUILD_ANDROID_DIR = os.path.join(os.path.dirname(__file__), '..', '..')
|
| sys.path.append(BUILD_ANDROID_DIR)
|
|
|
| from devil.android import device_errors
|
|
|