commit | 03d014a03fcdb695f3fdd79493f6443355c8b07d | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Thu May 11 17:25:51 2023 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri May 12 08:43:44 2023 +0900 |
tree | f97abe2d4d10bead3038ddb759384814ecfba447 | |
parent | be8badd74eca13b85c3d9127a3448c5b44c7bffb [diff] |
parallelize add_partition_calls it made total time equal to the longest image build 1m10s->30s in local build Bug: 281960217 Test: m dist Change-Id: I13d4f45d9b46b39292a014e3b4e1913365d89b7a
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.