commit | ced68e5c942f0c5fe411359d09da095971975864 | [log] [tgz] |
---|---|---|
author | Chaitanya Cheemala (xWF) <ccheemala@google.com> | Fri Aug 02 14:03:07 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 02 14:03:07 2024 +0000 |
tree | 38113fac082306ae55bca6efb54b7769f9a79e74 | |
parent | 52b25bf5cb7acd885871b1e9f2b0f721ae414848 [diff] | |
parent | 8a2a18db9335340f9ebea45370bf1965a7e03e76 [diff] |
Merge "Revert "RESTRICT AUTOMERGE: Package xTS console into CTS 13 to support MCTS."" into android13-tests-dev am: 1b7445982b am: 8a2a18db93 Original change: https://android-review.googlesource.com/c/platform/build/+/3204292 Change-Id: I6e9586f97a6a245da7fb16e19c3f0181cabc6f25 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.