commit | c1e7af7d866d620deeb969c4c90278837ee2cff5 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Dec 23 21:17:56 2024 -0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Dec 23 21:17:56 2024 -0800 |
tree | 31279b83350b3e0759d1ef60f8c22230d8460340 | |
parent | 1d085b86a0c6acf655c37f546aa57767e3c3ac09 [diff] | |
parent | c771e9887168ad01a593e5b6e32075bb6c0e8157 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12845244-L01000030008561666 into 25Q1-release. COASTGUARD_SKIP: I791c8b78d80045ffc64d74bb76ec181a5f9170b3 Change-Id: Ia1ff952b79c10d79f44a656e02561928e166a63d
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.