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

[android-building] Re: jack server out of memory error

2021-05-27 Thread Ravishankar S
Please use the solution provided here: https://stackoverflow.com/questions/60468693/java-outofmemoryerror-when-building-aosp-10/60474592#60474592 It worked for me. I used m -j1 to be on the safer side. On Tuesday, May 15, 2018 at 8:53:55 PM UTC+5:30 nit0...@gmail.com wrote: > Well I have been

[android-building] Re: Disabling or building documentation separately

2021-05-27 Thread Ravishankar S
Never mind. I found a way to complete the build https://stackoverflow.com/questions/60468693/java-outofmemoryerror-when-building-aosp-10/60474592#60474592 Though if someone points out a particular target in the build can be excluded and done separately it will be helpful.. Thanks On

[android-building] Re: Build AOSP impossible with CPU stuck at 300% or more

2021-05-27 Thread Ravishankar S
I was able to build AOSP 10 on my system with 8GB RAM using a HDD - with some difficulty. For your 16GB system it should have easily done. My guess is that the external SDD is the problem. They mass storage protocol is not optimized for build. My System was: Ryzen 3 3300u Quad Core. 8GB