Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index d3bf734bbb731f46c31282e86f6a8bd1287017c4..a5c75eee473a7d20f8c2a6610afda87d71e0e488 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -138,6 +138,10 @@ EMULATOR_SDK_ROOT = os.environ.get('ANDROID_EMULATOR_SDK_ROOT', |
os.path.join(DIR_SOURCE_ROOT, |
'android_emulator_sdk')) |
+BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT, |
+ os.environ.get('CHROMIUM_OUT_DIR', 'out'), |
+ 'bad_devices.json') |
+ |
UPSTREAM_FLAKINESS_SERVER = 'test-results.appspot.com' |