| Index: build/android/method_count.py
|
| diff --git a/build/android/method_count.py b/build/android/method_count.py
|
| index 93250b5c542fb28d60574b3ed4ba2e615a53c29b..a12fe6af7c9d3ae573bbdfe546d86f7f7525d2c5 100755
|
| --- a/build/android/method_count.py
|
| +++ b/build/android/method_count.py
|
| @@ -8,8 +8,8 @@ import os
|
| import re
|
| import sys
|
|
|
| +from devil.android.sdk import dexdump
|
| from pylib import constants
|
| -from pylib.sdk import dexdump
|
|
|
| sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
|
| 'common'))
|
|
|