theandrewdavis / chrome-builder

Automates my process of building Chromium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automates my process of building Chromium:

On my online Windows machine:

  • Downloads stable version history
  • Downloads a source tarball
  • Prepares a docker image that can build the tarball
  • Copies the results to a USB drive

On my offline Linux machine:

  • Builds chromium and produces apks and libchrome.so with symbols
  • Creates idb files for libchrome.so
  • Copies the results to a USB drive

Back on my online Windows machine:

  • Copies the apks and idbs for storage

About

Automates my process of building Chromium


Languages

Language:Python 67.9%Language:Shell 28.0%Language:C 4.1%