| commit | 0ce59b33b8d03482364153f0328aad15a564afdb | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jun 17 18:37:39 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Jun 17 18:37:39 2024 +0000 |
| tree | afdc4f5cc6af284c1f32f79b65588d6e31820085 | |
| parent | 4f6ec830d49c2bc6e8bbdb40406399418c8ad2c3 [diff] | |
| parent | b7cdf956906e83eab03bc18cc3e56350244a718c [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-11973172-L75800030004577921 into 24Q2-release. COASTGUARD_SKIP: I24414bab9d321f6d23c83a91e7df85bde19ff0de Change-Id: I634589bff59a77cddfb230a15c7c7890475735fa
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.