commit | 1cc75cd6d57647cc567ec94551afec7df91cae1e | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jan 10 11:54:39 2025 -0800 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Jan 10 11:54:39 2025 -0800 |
tree | e8846f89759a54133dec64f2b89c9805d88db302 | |
parent | a245d218ae681988f58a8d5c747ecbbfb9b8218b [diff] | |
parent | bb35c70c4cd0b0993eaf57002e569f343909f6d6 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12871199-L47200030008824659 into 25Q1-release. COASTGUARD_SKIP: I8b34c1acb05a88d18cae1a16385a3e97517e44fa Change-Id: I3284f6cbcc1e0e3f9ad4d9c0f03bbae17da7fe6c
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.