commit | 01e67f6942acc16c4e67d0a7154040b4d1e7a15e | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed May 10 17:03:40 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 10 17:03:40 2023 +0000 |
tree | c85232641265f7bbc31edbe834a3d78ee8bdbd14 | |
parent | be63f848103db42ac3541c310e3d9ec4d928be8e [diff] |
Revert "Revert "Parallelize generation of OTA package and target_file packing"" This reverts commit be63f848103db42ac3541c310e3d9ec4d928be8e. Reason for revert: already fixed by aosp/2577072 Change-Id: I8b6c02378b1b43947575af94a6702e7d6dfd5891
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.