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

Unified Diff: build/android/pylib/constants.py

Issue 949323003: Write adb public key to devices during provision. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add adb_key file. Created 5 years, 10 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
« build/android/pylib/adb_key ('K') | « build/android/pylib/adb_key ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index 8027012a83cd902a1b1570424e7429cdd6ed8f50..17756efc571fffdd92d207c2ed4b96ecfaa0a6f0 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -145,6 +145,8 @@ SDK_BUILD_TEST_JAVALIB_DIR = 'test.lib.java'
SDK_BUILD_APKS_DIR = 'apks'
ADB_KEYS_FILE = '/data/misc/adb/adb_keys'
+ADB_PUBLIC_KEY = os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'pylib',
+ 'adb_key')
friedman1 2015/02/24 20:47:11 rename this adbkey.pub
navabi 2015/02/24 20:58:17 Done.
PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
# The directory on the device where perf test output gets saved to.
« build/android/pylib/adb_key ('K') | « build/android/pylib/adb_key ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698