mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
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:
parent
d6772016eb
commit
787f007ca4
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue