| commit | 8337125f4bcdc011875ec8b9f3c3b6260e005f11 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 19 23:12:56 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jul 19 23:12:56 2024 +0000 |
| tree | a812cbd8a2634d01fde44381a61fef2a70bf1c94 | |
| parent | 235df8627668cb9b0c6bc2071418de2683657373 [diff] | |
| parent | 0efcf5c702543c1d360ca3716b9da7b3e00dea12 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12115784-L14300030005311483 into 24Q2-release. COASTGUARD_SKIP: If07b3fe501745aebe98518e4a0a0cc7023c60cca Change-Id: Ia30e6169a40bebdb04fe7a219831bc09e7a5ebfb
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.