commit | 17a08ee508ee81f7b9ed169afa3585a6632c8df5 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 28 13:48:26 2025 -0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Feb 28 13:48:26 2025 -0800 |
tree | 782f623b33b78818be3b780e91a17f61f58a914c | |
parent | a26e140dca55ef0b6571c3b2c37da4f219d92b21 [diff] | |
parent | c2f32cee4584abacc402573998dd6fca06c66abd [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-13096125-L88400030010046384 into 25Q1-release. COASTGUARD_SKIP: I0c43890ee1f64d1867b9cbcd227b898116bdb7f0 Change-Id: Ic8f078a68263d0cd21e5cd20d802ba87a3133918
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.