commit | abd6fdb87572f35438b33734a2d3316bfefea887 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Aug 14 23:50:08 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Aug 14 23:50:08 2024 +0000 |
tree | 46c4742adb96cc2de289cbbd1e0a3047fa92af7c | |
parent | 7a22ccf5372df072d73885586deb1f041874acc2 [diff] | |
parent | 04d97e46e1d9aa42c0dfbc69bb09e698efb64159 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12210230-L62100030005810919 into 24Q3-release. COASTGUARD_SKIP: I099f4156070c92d18df9d7ca34d399626a5b7843 Change-Id: I8d69242ddad1a5df8a69bbf0e8f09a83b5aaeaf8
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.