Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
[cca]Add the [email protected] for cca
Browse files Browse the repository at this point in the history
Add cordova-android 6.0.0 explicitly for cca build.

Impacted tests(approved): new 0, update 2, delete 0
Unit test platform: Crosswalk Project for Android 23.53.589.0
Unit test result summary: pass 2, fail 0, block 0

BUG=https://crosswalk-project.org/jira/browse/CTS-1916
  • Loading branch information
qiuzhong committed Nov 3, 2016
1 parent b609081 commit d9fabb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cordova/cordova-sampleapp-android-tests/sampleapp/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def buildGoogleApp(appname, sourcecodepath, self):
os.chdir(os.path.join(tool_path, appname))

print "Add android platforms to this project --------------> START"
add_android_cmd = "cca platform add android"
add_android_cmd = "cca platform add android@6.0.0"
addstatus = commands.getstatusoutput(add_android_cmd)
self.assertEquals(0, addstatus[0])

Expand Down
2 changes: 1 addition & 1 deletion tools/build/pack_cordova_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def packGoogleApp(app_name=None):
'</widget>',
' <allow-navigation href="*" />\n</widget>')

add_cmd = "cca platform add android"
add_cmd = "cca platform add android@6.0.0"
if not doCMD(add_cmd, DEFAULT_CMD_TIMEOUT * 2):
os.chdir(orig_dir)
return False
Expand Down

0 comments on commit d9fabb4

Please sign in to comment.