Build samples on android bot

Reverting the revert.  The bot has the proper version of ant now.  See
https://chromiumcodereview.appspot.com/11465017/

TBR=gram

Review URL: https://codereview.chromium.org//11476026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15852 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
vsm@google.com 2012-12-07 18:30:29 +00:00
parent d6772016eb
commit 787f007ca4

View file

@ -51,7 +51,7 @@ def BuildAndroid(build_info):
# broken on Android.
if os.path.exists('./out/lastHooksTargetOS.txt'):
os.remove('./out/lastHooksTargetOS.txt')
targets = ['android_embedder']
targets = ['samples']
args = [sys.executable, './tools/build.py', '--mode=' + build_info.mode,
'--os=android'] + targets
print 'Building Android: %s' % (' '.join(args))