I have followed the directions in this post to migrate my existing cordova app to use crosswalk. I did this for the arm library and this are working great through eclipse.
https://crosswalk-project.org/#documentation/cordova/migrate_an_application
I'd like to test deploying the app to the google play store now.
I saw this article on building a crosswalk app in either embedded mode or shared mode.
https://crosswalk-project.org/#documentation/getting_started/Run_on_Android/Shared-mode
Is there a similar make script for building a cordova/crosswalk app for both architectures, or do I need to create two separate projects, one for arm and one for x86 and then use ANT or eclipse to create an apk?
I've followed this article and would prefer to build locally since I have everything already configured in eclipse.
Thanks!