| Index: build/android/buildbot/bb_host_steps.py
|
| diff --git a/build/android/buildbot/bb_host_steps.py b/build/android/buildbot/bb_host_steps.py
|
| index 04a0e38eb7431e342ab4b57367d0cc2d104b67bd..f92ab37326f776ca2ac754adcfe36543f403a2d3 100755
|
| --- a/build/android/buildbot/bb_host_steps.py
|
| +++ b/build/android/buildbot/bb_host_steps.py
|
| @@ -70,7 +70,6 @@ def Compile(options):
|
| RunHooks(options.target)
|
|
|
| cmd = [os.path.join(SLAVE_SCRIPTS_DIR, 'compile.py'),
|
| - '--build-tool=ninja',
|
| '--compiler=goma',
|
| '--target=%s' % options.target,
|
| '--goma-dir=%s' % bb_utils.GOMA_DIR]
|
|
|