Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index 878e36a92851c3ff789b0bf977038ea3719e83ca..a9e5b26f5a0852115c05977849c3122adb74ddf5 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -158,7 +158,7 @@ |
H(compile_step + std_host_tests, experimental, target_arch='x86')), |
B('fyi-builder-dbg', |
H(std_build_steps + std_host_tests, experimental, |
- extra_gyp='emma_coverage=1')), |
+ extra_gyp='emma_coverage=1 android_lint=1')), |
B('x86-builder-dbg', |
H(compile_step + std_host_tests, target_arch='x86')), |
B('fyi-builder-rel', H(std_build_steps, experimental)), |