commit | 660e2ef531783d9ea75bc3d62e18f5316fe3bae3 | [log] [tgz] |
---|---|---|
author | Ziwei Zhang <zhangxh@google.com> | Mon Jul 29 17:32:04 2024 +0800 |
committer | Ziwei Zhang <zhangxh@google.com> | Wed Sep 04 07:50:46 2024 +0000 |
tree | dde0ed139465b459a36a8404ae1b7faa7b4a1ea2 | |
parent | 426ac7045bceb610261115d8e6d21ae4ba217328 [diff] |
RESTRICT AUTOMERGE: Package xTS console into CTS 14 to support MCTS. Test: presubmit Bug: 348121714 Change-Id: I7f24f8f8351966205c5afec2a0b8191266086864
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.