| Index: build/android/pylib/instrumentation/apk_info.py
|
| diff --git a/build/android/pylib/instrumentation/apk_info.py b/build/android/pylib/instrumentation/apk_info.py
|
| index fc7dcdfd9d05da67af4daddeb04c426b7e44c85b..5f5e0c879e99d3563f17ee7cf38350dd466afe7c 100644
|
| --- a/build/android/pylib/instrumentation/apk_info.py
|
| +++ b/build/android/pylib/instrumentation/apk_info.py
|
| @@ -5,13 +5,13 @@
|
| """Gathers information about APKs."""
|
|
|
| import collections
|
| -import constants
|
| import logging
|
| import os
|
| import pickle
|
| import re
|
|
|
| from pylib import cmd_helper
|
| +from pylib import constants
|
|
|
|
|
| # If you change the cached output of proguard, increment this number
|
|
|