diff options
Diffstat (limited to 'build/android/pylib/constants.py')
-rw-r--r-- | build/android/pylib/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py index 3d72150..3316332 100644 --- a/build/android/pylib/constants.py +++ b/build/android/pylib/constants.py @@ -124,6 +124,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 = ( |