| Index: build/android/gyp/jar.py
|
| diff --git a/build/android/gyp/jar.py b/build/android/gyp/jar.py
|
| index c8931c969a3999eb637ad9879ec06bb7b3c186bf..7618defb9b277568fab007e6934f2f72f1b27a5a 100755
|
| --- a/build/android/gyp/jar.py
|
| +++ b/build/android/gyp/jar.py
|
| @@ -9,13 +9,9 @@ import optparse
|
| import os
|
| import sys
|
|
|
| +from util import build_utils
|
| from util import md5_check
|
|
|
| -BUILD_ANDROID_DIR = os.path.join(os.path.dirname(__file__), '..')
|
| -sys.path.append(BUILD_ANDROID_DIR)
|
| -
|
| -from pylib import build_utils
|
| -
|
|
|
| def DoJar(options):
|
| class_files = build_utils.FindInDirectory(options.classes_dir, '*.class')
|
|
|