commit | 39d2dd345ea135fd255d61f5adc3efd87ad01d37 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Feb 15 01:33:41 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Feb 15 01:33:41 2023 +0000 |
tree | 03e5edf92514821508bd4ee890a01c4ee9d3e15b | |
parent | cb97d6fa7223e439516ba7216d6bf1cab3d84999 [diff] | |
parent | 88a0720007393735d4ada166373dcec1442f24eb [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9595452-L39800000958624152 into tm-qpr2-release. COASTGUARD_SKIP: I112e7fb0078e4fe9496519d59e9216c5e36cc6ba Change-Id: Ib01d1014a2bca7f9e744dafb839e28ececbb3c44
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.