Re: [android-building] Re: How to integrate the RBE in latest Android master

2020-12-02 Thread 'Ulf Adams' via Android Building
Hi, What kind of remote service are you looking for? Remote caching? Remote execution? Do you have specific build time targets you're trying to achieve? Thanks, -- Ulf *EngFlow GmbH* Fischerweg 51, 82194 Gröbenzell, Germany Amtsgericht München, HRB 255664 Geschäftsführer (Managing Director): Ul

[android-building] Soong: Remote Execution Patches

2020-12-07 Thread 'Ulf Adams' via Android Building
Hi Dan, Thanks for your quick reviews so far! I have a couple more patches that make remote execution / caching significantly faster. In my testing, they bring down the fully cached build to ~20 mins. Are you the right person to review these as well? Or if not, would you be so kind as to point me

Re: [android-building] how to distribute android 10/11 ?

2021-04-28 Thread 'Ulf Adams' via Android Building
Hi Eli, RBE stands for Remote Build Execution. It is not built into Bazel, but there are a couple of open source as well as commercial options, documented here: https://docs.bazel.build/versions/4.0.0/remote-execution.html Full disclosure: I work for one of the commercial vendors in this space an

Re: [android-building] how to distribute android 10/11 ?

2021-05-27 Thread 'Ulf Adams' via Android Building
Hi Ruben! Enabling RBE once you have a remote execution cluster running requires approximately these steps: source build/make/rbesetup.sh ulimit -n 2 export RBE_service=: export RBE_tls_ca_cert=certificate.crt <-- depends on what TLS cert is in use on the service export R