not excute android autotest now.

This commit is contained in:
shujunqiao 2014-04-09 16:30:08 +08:00
parent 804c436433
commit 71bc948369
1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ def ANDROID_BUILD():
def main():
print 'will build mac project.'
suc_build_mac = MAC_BUILD()
print 'will build android project.'
suc_build_android = ANDROID_BUILD()
# print 'will build android project.'
# suc_build_android = ANDROID_BUILD()
if suc_build_mac:
autotest(TYPE_MAC)
if suc_build_android: