-
Notifications
You must be signed in to change notification settings - Fork 97
[cca]Add the [email protected] for cca #3836
base: master
Are you sure you want to change the base?
Conversation
But what about testing the newer version in future? |
Add a text to store the cordova-android version? |
Can we expose a param for specific version of cordova-android? |
Yes. I think that's a good way. |
Updated, PTAL |
@@ -181,7 +181,7 @@ def create(appname, pkgname, mode, sourcecodepath, replace_index_list, self, ext | |||
do_remove(glob.glob(os.path.join(project_root, "www"))) | |||
do_copy(sourcecodepath, os.path.join(tool_path, appname, "www")) | |||
|
|||
def buildGoogleApp(appname, sourcecodepath, self): | |||
def buildGoogleApp(appname, sourcecodepath, self, cordova_android_ver = "6.0.0"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think make default value "6.0.0" is a good point, just ignore it. And pass specific version in the param.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That will require the calling of this function more than 1 place.
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
554f1fe
to
1e691b9
Compare
@Honry , updated |
@haoxli, please also take a look. |
Prefer to add cordova-android version following the version of cordova-plugin-crosswalk-webview, not fix it as 6.0.0. |
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