commit | 98db1435ae01a964b29356dd8cd151f816da29e2 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Wed Nov 09 23:09:21 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 09 23:09:21 2022 +0000 |
tree | e101340242f2fe48831158e648bf16124916e30c | |
parent | 372dd02f5f9a840845aa8607a844426e0b781531 [diff] | |
parent | f6c255707026f153e302fc2d0e93004aa08bf952 [diff] |
[automerger skipped] Merge "Merge TP1A.221105.002 to aosp-master - DO NOT MERGE" am: f6c2557070 -s ours am skip reason: Merged-In I760ad49579961037628fde4d0300644aa2f6c188 with SHA-1 ca13cf7375 is already in history Original change: https://android-review.googlesource.com/c/platform/build/+/2292626 Change-Id: Id23510a4cd54b57414abc4564cb42ad027e146b6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.