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

Unified Diff: build/android/devil/android/sdk/dexdump.py

Issue 1314913009: [Android] Move some pylib modules into devil/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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
« no previous file with comments | « build/android/devil/android/sdk/adb_wrapper_test.py ('k') | build/android/devil/android/sdk/intent.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil/android/sdk/dexdump.py
diff --git a/build/android/pylib/sdk/dexdump.py b/build/android/devil/android/sdk/dexdump.py
similarity index 95%
copy from build/android/pylib/sdk/dexdump.py
copy to build/android/devil/android/sdk/dexdump.py
index ec10aba077524c839fe3f18cfa8fa8af2a0a4fb1..48d810f67c747e6eb0fd18a5c9136e5ca52dc722 100644
--- a/build/android/pylib/sdk/dexdump.py
+++ b/build/android/devil/android/sdk/dexdump.py
@@ -4,7 +4,7 @@
import os
-from pylib import cmd_helper
+from devil.utils import cmd_helper
from pylib import constants
_DEXDUMP_PATH = os.path.join(constants.ANDROID_SDK_TOOLS, 'dexdump')
« no previous file with comments | « build/android/devil/android/sdk/adb_wrapper_test.py ('k') | build/android/devil/android/sdk/intent.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698