commit | ed35a5f66e52ca997e3a2b3f2e488f69ae398442 | [log] [tgz] |
---|---|---|
author | Tongbo Liu <liutongbo@google.com> | Thu Oct 10 08:29:46 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 10 08:29:46 2024 +0000 |
tree | d2bfab0d4644584a9de4629e0a59141ab04c9719 | |
parent | 40d9dfa2eda3b46aa977b6e0f78231e5d83c5228 [diff] | |
parent | 6468f44329b5887ffffb63da063790e11c616b41 [diff] |
[RESTRICT AUTOMERGE] Enable build MCTS on aosp-android13 am: 6468f44329 Original change: https://android-review.googlesource.com/c/platform/build/+/3195473 Change-Id: I6baca8f6bfd866bd0f3151ac1762b62b08844417 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.