| Index: build/android/gyp/push_libraries.py
|
| diff --git a/build/android/gyp/push_libraries.py b/build/android/gyp/push_libraries.py
|
| index 452b873bce17727de652803e6bcca49d8bfa5bd4..6b31a2e19d67dafbe9741eb2ea4883c716138f26 100755
|
| --- a/build/android/gyp/push_libraries.py
|
| +++ b/build/android/gyp/push_libraries.py
|
| @@ -12,8 +12,7 @@
|
| import os
|
| import sys
|
|
|
| -BUILD_ANDROID_DIR = os.path.abspath(
|
| - os.path.join(os.path.dirname(__file__), os.pardir))
|
| +BUILD_ANDROID_DIR = os.path.join(os.path.dirname(__file__), os.pardir)
|
| sys.path.append(BUILD_ANDROID_DIR)
|
|
|
| from pylib import constants
|
|
|