We have a large 32 cores box to build AOSP and “ma...
# android
b
We have a large 32 cores box to build AOSP and “make” makes use of all those cores to build the ROM. So, I think, it can reduce time by parallely building apps and other independent ROM tasks in a single build step. But yeah, I don’t think it would make a huge difference in time as gradle/buck can make use of same cores. One huge benefit for us if we have Kotlin apps source code in AOSP is, there will be a single source control (gerrit) for ROM and apps which makes traceability easier.