Android build system has Soong and Kati where:
- Soong translates
.bp
file to.ninja
files - Kati translates
.mk
files to.ninja
files
When profiling the AOSP build time with soong_ui, I saw these translation processes occurred sequentially which I don't think is necessary? - Is that possible to make the two translation process run in parallel?
Cited from here: