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

Unified Diff: sky/tools/android_library_cacher.py

Issue 878163005: Make skydb --gdb work a bit better on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | sky/tools/skydb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/android_library_cacher.py
diff --git a/sky/tools/android_library_cacher.py b/sky/tools/android_library_cacher.py
index db80d18cf13bd6eabbab2d5b194b55f93015e82d..564448a050042acb205a98ae0c4b280aa7b61b30 100755
--- a/sky/tools/android_library_cacher.py
+++ b/sky/tools/android_library_cacher.py
@@ -4,11 +4,12 @@
# found in the LICENSE file.
import argparse
-import re
-import sys
-import os
import logging
+import os
+import re
+import skypy.paths
import subprocess
+import sys
SRC_ROOT = skypy.paths.Paths('ignored').src_root
ADB_PATH = os.path.join(SRC_ROOT,
« no previous file with comments | « no previous file | sky/tools/skydb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698