crosswalk-project / crosswalk

A web runtime built on Chrome. This project is currently unmaintained.
https://crosswalk-project.org/blog/crosswalk-final-release.html
BSD 3-Clause "New" or "Revised" License
2.33k stars 652 forks source link

Support using the script xwalk provides to create application with library embedded #657

Open wang16 opened 11 years ago

wang16 commented 11 years ago

RuntimeViewClient now support both sharing and embedded mode of using runtime lib. To support embedded mode packaging. We need to:

  1. Add so, jar of xwalkcore, paks and extension js into app template tarball.
  2. Add implementation in make_apk.sh to pack the additions if embedded mode is specified.
jiangwenhao commented 11 years ago

This feature has been migrated to JIRA, please track it in https://crosswalk-project.org/jira/browse/XWALK-205. Thanks