Hi Alexander, Sorry for the confusion but you are looking at old Android Build page which should have been taken off I think. Anyway you can follow the latest updated build instructions here on Crosswalk website, https://crosswalk-project.org/contribute/building_crosswalk.html
The "src" directory referred in the build instructions typically refers to the "src" directory which contains the Chromium code. For example you created a directory for crosswalk development at ~/crosswalk then after initial gclient sync it would have created a src folder at ~/crosswalk/src which holds the chromium code. Within that "src" directory there will also be a directory for Crosswalk specific sources at, ~/crosswalk/src/xwalk. I hope this explains the "src" directory. I guess you want to modify the Crosswalk source to fix a bug. Once you have tested your fix you are welcome to submit a pull request to crosswalk repo. -Mrunal ________________________________ From: Crosswalk-help [[email protected]] on behalf of Alexander Biemann [[email protected]] Sent: Monday, May 18, 2015 4:33 PM To: [email protected] Subject: [Crosswalk-help] Building from source - ambiguity in wiki Dear Crosswalk mail-list, I am following the guide here https://github.com/crosswalk-project/crosswalk-website/wiki/AndroidBuild and I'm lost at the "Build" step, specifically where it says "Enter the source directory "cd src". The problem is that there are several source "src" directories ... my specific goal is to correct a bug in /runtime/browser/android/xwalk_contents_io_thread_client_impl.cc test it, and then create an aar from it so that my project in Android Studio can refer to it as a dependency. (Embedded into app) With which source folder can I achieve that goal ? /app/android/runtime_client/src /app/android/runtime_client_embedded_shell/src /app/android/runtime_client_shell/src Regards, Alexander _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
