| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 013ab7ff5a2a09301c28350b6acd7dcd5683f504..a7845f1fd4411bea5686b35d488a4ac2ec0a49e6 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'
|
|
|