commit | 6468f44329b5887ffffb63da063790e11c616b41 | [log] [tgz] |
---|---|---|
author | Tongbo Liu <liutongbo@google.com> | Thu Jul 25 06:59:06 2024 +0000 |
committer | Tongbo Liu <liutongbo@google.com> | Tue Aug 27 09:56:26 2024 +0000 |
tree | 1aac04ae1d5dfa5a0188146da11d032e035b0520 | |
parent | b4a761670b8758d657935e2b8ecb6912f6a5d0f6 [diff] |
[RESTRICT AUTOMERGE] Enable build MCTS on aosp-android13 Bug: 345592291 Change-Id: I4be8519b8ac3f1654a2346ef47bd651bdc5d9e1c 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.