commit | be63f848103db42ac3541c310e3d9ec4d928be8e | [log] [tgz] |
---|---|---|
author | Bruno BELANYI <ambroisie@google.com> | Wed May 10 13:46:40 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 10 13:46:40 2023 +0000 |
tree | 7d055153a1f86ad9d70be01b9f30e1b00e21b569 | |
parent | e30acf1b3fea2dad06875458440cf9877f696a1e [diff] |
Revert "Parallelize generation of OTA package and target_file packing" This reverts commit e30acf1b3fea2dad06875458440cf9877f696a1e. Reason for revert: DroidMonitor-triggered revert due to breakage b/281778022 Change-Id: Ie1ffc86d1ad181d3c8800f9fd57f841d0cf3ac09
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.