commit | 29cef0f2c54960854ddedaf0fb66017f926e9633 | [log] [tgz] |
---|---|---|
author | Ziwei Zhang <zhangxh@google.com> | Fri Aug 02 05:17:48 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 02 05:17:48 2024 +0000 |
tree | 9140c380ac15552a9a54c1072028c6532b1bc17e | |
parent | 9b6324bf40d3fc4d3ea614f3765b945443979969 [diff] | |
parent | 1513cac5aeead4e0565e95935633010600775c64 [diff] |
[automerger skipped] Merge "RESTRICT AUTOMERGE: Package xTS console into CTS 13 to support MCTS." into android13-tests-dev am: 8fc262ab36 -s ours am: 1513cac5ae -s ours am skip reason: contains skip directive Original change: https://android-review.googlesource.com/c/platform/build/+/3198231 Change-Id: Ic11a400b2e6d2cd0b73e922ebb66799914b3cec9 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.