| commit | b89a56653df4c788f4ac71d4b06a4d6361129c56 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Oct 17 14:38:37 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Oct 17 14:38:37 2025 -0700 |
| tree | f444fe951855e0288d4f762d1a2d74daf8f2dbd8 | |
| parent | 28946b2d0149b511986724a3d5a3e0f1c906a002 [diff] | |
| parent | a8ae7c7ec48ed4f9e7244de5c39c36171917f53a [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-14249240-L01400030026955173 into 25Q4-release. COASTGUARD_SKIP: I8dd7ded11f0c57de8d6d9d5af40765c7badf982b Change-Id: I3ebff5b2a082a0d8cb5331e7c02fbcec02d357db
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.