commit | 11437177c3686d8547496c41f4ecb68f75734cd2 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Nov 09 05:51:29 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Nov 09 05:51:29 2022 +0000 |
tree | 726b4b4164b484e2ca1e429f04e110a521ae1d55 | |
parent | 162b02ebc552c882a1d9b6105ea0607f060e20ee [diff] | |
parent | c711789164937a702ae8bd3a7f49f4dcf2f81074 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-9244662-L14000000957281586 into tm-qpr1-release. Change-Id: Icfaa8415fdf2fd198c6258c7e8a030fda3a2a867
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.