| commit | 214cafca3c6d62d7d9808b7198d9f265349a129a | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Nov 05 17:17:05 2025 -0800 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Nov 05 17:17:05 2025 -0800 |
| tree | c67d0901a19ad5d90d1f857268f174aca0ee780a | |
| parent | e6161f13f39df72e22c82966ba76f60c5786971e [diff] | |
| parent | 909674aad651bc76ed574e9b0869261fddfa9a24 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-14388052-L61700030035303756 into 25Q4-release. COASTGUARD_SKIP: I75f08500934a93b3b7c307ee5f8190c1de8e0090 Change-Id: Idd10301dad07d0162ec62a3628fd49a7f8e08912
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.