commit | 37868d6a3b454997b6cb354281d818717b869d5c | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Mar 03 12:15:17 2025 -0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Mar 03 12:15:17 2025 -0800 |
tree | 2e74c8009fea555c30ea56523e96d1e2750a9287 | |
parent | f0726498847fdafa213033c91444162a818040e5 [diff] | |
parent | ba0c6f7f2c3b18cbada2978540fc95f66a7ec4f6 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-13150826-L41900030010035865 into 25Q1-release. COASTGUARD_SKIP: I5176d960004a7eda7c7a979f5c0e2a7323d16265 Change-Id: I82beb2638ae5f352c745a50bf4acd08707f6a837
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.