| Index: build/android/gyp/create_device_library_links.py
|
| diff --git a/build/android/gyp/create_device_library_links.py b/build/android/gyp/create_device_library_links.py
|
| index f569f4b906519b70a2f4726d3ffc9c5b01881634..b6b6742426448c512b289fa18b15aa80819b1b93 100755
|
| --- a/build/android/gyp/create_device_library_links.py
|
| +++ b/build/android/gyp/create_device_library_links.py
|
| @@ -16,11 +16,12 @@ import optparse
|
| import os
|
| import sys
|
|
|
| +from util import build_utils
|
| +
|
| BUILD_ANDROID_DIR = os.path.join(os.path.dirname(__file__), '..')
|
| sys.path.append(BUILD_ANDROID_DIR)
|
|
|
| from pylib import android_commands
|
| -from pylib import build_utils
|
| from pylib.utils import apk_helper
|
|
|
|
|
|
|