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 013ab7f..a7845f1 100644 --- a/build/android/pylib/constants.py +++ b/build/android/pylib/constants.py @@ -51,3 +51,5 @@ SCREENSHOTS_DIR = os.path.join(CHROME_DIR, 'out_screenshots') ANDROID_SDK_VERSION = 17 ANDROID_SDK_ROOT = os.path.join(CHROME_DIR, 'third_party/android_tools/sdk') ANDROID_NDK_ROOT = os.path.join(CHROME_DIR, 'third_party/android_tools/ndk') + +UPSTREAM_FLAKINESS_SERVER = 'test-results.appspot.com' |