commit | 9d76dfd759acd796cbe25312088bdcad6fa563fb | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Nov 18 22:45:09 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Nov 18 22:45:09 2024 +0000 |
tree | b8a1756d20397a10566f13374998ec6311375ba0 | |
parent | 0edb71f4a4da788d3e00aa4bb421a7ef56b3bde1 [diff] | |
parent | d31a642ab3924db56dbc2c5ed4baedb87b518a9e [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12636973-L99400030007843745 into 24Q4-release. COASTGUARD_SKIP: Idd8638b9e270c533eacce7da8c297654aa84bfb4 Change-Id: Ibcfbc679cbc20076b1959016fdc713f0d7ef6c10
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.