| Index: tools/bots/android.py
|
| ===================================================================
|
| --- tools/bots/android.py (revision 24453)
|
| +++ tools/bots/android.py (working copy)
|
| @@ -51,7 +51,7 @@
|
| # broken on Android.
|
| if os.path.exists('./out/lastHooksTargetOS.txt'):
|
| os.remove('./out/lastHooksTargetOS.txt')
|
| - targets = ['samples']
|
| + targets = ['runtime']
|
| args = [sys.executable, './tools/build.py', '--mode=' + build_info.mode,
|
| '--os=android'] + targets
|
| print 'Building Android: %s' % (' '.join(args))
|
|
|