commit | 11840e42bd0712499353c3687f7abe4b67a00e5e | [log] [tgz] |
---|---|---|
author | Ziwei Zhang <zhangxh@google.com> | Mon Jul 29 19:20:58 2024 +0800 |
committer | Ziwei Zhang <zhangxh@google.com> | Mon Jul 29 11:28:39 2024 +0000 |
tree | 41fd4d18b13fc57c242a99a93cf938ea5780db66 | |
parent | b4a761670b8758d657935e2b8ecb6912f6a5d0f6 [diff] |
RESTRICT AUTOMERGE: Package xTS console into CTS 13 to support MCTS. Test: presubmit Bug: 348121714 Change-Id: Ia5fc4bbc994f71e61c9030cd6fb8bdb382a65b0f
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.