- Setup build environment as it is described here (though I use OpenJDK instead or Oracle one and everything works)
- Clone this repo to dir where to build
- Follow items 2-4 of this guide http://forum.xda-developers.com/general/general/guide-building-chromium-snapdragon-t3255475 (item 1 is recommended, but I use Debian 8 and it works; hint: use --unsupported parameter for forcible install) In case of non-Ubuntu please check with official packages manual
- Change LogsDir in ./build/run.sh if necessary
- Make sure that you're in the dir where to build
- To update run ./build/update.sh
- To build run ./build/make.sh
- Result is in src/out/Release/apks
Credits go to:
- Chromium.org;
- CodeAurora for their code;
- BachMinuetInG for his guide;
- Slim Team for their icons