commit | 68a4dda683c49fdc092bd1ab8d15a07b8f0bdf76 | [log] [tgz] |
---|---|---|
author | PODISHETTY KUMAR (xWF) <podishettyk@google.com> | Fri Aug 02 06:01:02 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 02 06:01:02 2024 +0000 |
tree | 91e86b279901652fbc9dbff2d4b3fbbc299f64a2 | |
parent | 11840e42bd0712499353c3687f7abe4b67a00e5e [diff] |
Revert "RESTRICT AUTOMERGE: Package xTS console into CTS 13 to support MCTS." This reverts commit 11840e42bd0712499353c3687f7abe4b67a00e5e. Reason for revert: <Droidmonitor created revert due to b/356996882. Will be verifying through ABTD before submission.> Change-Id: I1813b8f1215f42c2ae8421f19ff25f507604b385
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.