commit | 27cb3a819cfa526725dddec5880c9762188675d3 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 28 17:43:10 2025 -0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 28 17:43:10 2025 -0800 |
tree | 782f623b33b78818be3b780e91a17f61f58a914c | |
parent | 17a08ee508ee81f7b9ed169afa3585a6632c8df5 [diff] | |
parent | a8dadc51a5d93aa6a4896ea93a373e41befd6d90 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-13096125-L75400030010013175 into 25Q1-release. COASTGUARD_SKIP: Ibd4e91d69708cf03d3ec6765bc2b6d390c1045e4 Change-Id: I86c72e573e54f846ff37cb75cad3e2b688ec034d
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.