| commit | 185c7ddb089b46a12f09df6bd484aa0969bb1852 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jun 20 00:16:57 2025 -0700 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jun 20 00:16:57 2025 -0700 |
| tree | 0968e27579d20cb0fce6d3007fb11b4be3dc0364 | |
| parent | 67837e7d4a144121d9a86b8acf00c6521fcb975d [diff] | |
| parent | 49a98eee3235dd2bd3951eb5153a314310ee4123 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-13578956-L11300030013315700 into 25Q2-release. COASTGUARD_SKIP: Id70803eca9a6fddbad75d806a0725ff054aff966 Change-Id: I1d6fc096bddde15c5d54ac7aabb1a78e0478cea9
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.