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. |