Hi,
Good work in getting it built and running ! Yes, the build requirements are hefty, you'll need either robust caching or remote compilation to do meaningful work. Have a look at using the GN cc_wrapper argument, it works with ccache / sccache / distcc and other similar tools .
We keep Android APKs on Github build artifacts on every build job - you'll find those when navigating to the job summary page (
example, scroll down to the bottom of the page ).
Linux binaries are not currently kept, as they are less portable and would probably only be suitable for running in the original distro container.
Kaido