Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4852)

Unified Diff: build/android/pylib/instrumentation/apk_info.py

Issue 11649008: Reorganize Android's test scripts into packages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/pylib/instrumentation/apk_info.py
diff --git a/build/android/pylib/apk_info.py b/build/android/pylib/instrumentation/apk_info.py
similarity index 99%
rename from build/android/pylib/apk_info.py
rename to build/android/pylib/instrumentation/apk_info.py
index 00b30ddaaa3f803b0a8eee6609479ff8f454371c..46f0d7bb9f161d088f1a8221b2e176ecf8fbbdc0 100644
--- a/build/android/pylib/apk_info.py
+++ b/build/android/pylib/instrumentation/apk_info.py
@@ -10,7 +10,8 @@ import os
import pickle
import re
-import cmd_helper
+from pylib import cmd_helper
+
# If you change the cached output of proguard, increment this number
PICKLE_FORMAT_VERSION = 1
« no previous file with comments | « build/android/pylib/instrumentation/__init__.py ('k') | build/android/pylib/instrumentation/run_java_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698