commit | 0e6a163603a3fe414fec8484fb0a425ef13ebddc | [log] [tgz] |
---|---|---|
author | Tongbo Liu <liutongbo@google.com> | Thu Jul 25 07:50:47 2024 +0000 |
committer | Tongbo Liu <liutongbo@google.com> | Wed Jul 31 06:34:02 2024 +0000 |
tree | 8781a2d9488ff96daf84f7669bc1b087d9f4cf78 | |
parent | bee21543476e16e69ce905320aa61e64eb26bb2b [diff] |
[RESTRICT AUTOMERGE] Enable build MCTS on aosp-android14 Bug: 345592291 Change-Id: Ied25dd772d710334e79a12d9ca0b5fc97d9ec33c Test: m mcts
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.