Chromium-Android
Chromium-Android copied to clipboard
Sync file for Content-Shell
Hey I am using the Content Shell project of yours for reference. Can you provide the sync file for that which you used?
This project has not update for a long time, so I don't have the latest sync script.
The old one which you used will be helpful too if you still have it somewhere. As i am trying to change the chrome sync script and having a bit hard time doing that.
Or if you can give me a direction which you took while writing these scripts. Regarding how to go about knowing what all files are needed, etc.
see: https://github.com/kuoruan/ContentShell-Android/blob/master/sync-content.sh
Thanks a lot. It somehow slipped out of my eyes.
Follow this guide: https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md
https://chromium.googlesource.com/chromium/src/+/master/docs/android_studio.md
and the gradle files will show you the source files needed by chromium.
I followed this https://chromium.googlesource.com/chromium/src/+/master/docs/android_studio.md But the gradle showed lots of folders which were not in your build which was working. So i was not sure if it is the right way to go. Thanks, i'll check if i can get it working from that.