| 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 c729ca2d5f87a0ab5243b24b3ea8b6533ae200a0..2f958154195dbd937aac88c7600702531da794ba 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -150,7 +150,7 @@ def GetBotStepMap():
|
| 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)),
|
|
|