Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 003cf90a38bff74b38139e52d8ec61e37a9d6043..61681b23191277fb70c105e6d9b6c36e0261a2c9 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -118,6 +118,8 @@ SDK_BUILD_JAVALIB_DIR = 'lib.java' |
SDK_BUILD_TEST_JAVALIB_DIR = 'test.lib.java' |
SDK_BUILD_APKS_DIR = 'apks' |
+ADB_KEYS_FILE = '/data/misc/adb/adb_keys' |
+ |
PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results') |
# The directory on the device where perf test output gets saved to. |
DEVICE_PERF_OUTPUT_DIR = ( |