commit | dc42f73ad8195ae6fae039a61027e130344add39 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Oct 03 13:18:11 2022 -0700 |
committer | Xin Li <delphij@google.com> | Mon Oct 03 13:19:15 2022 -0700 |
tree | e50c87fb35c8413192b9e413ed51ee7cd85af9af | |
parent | 61818c4aa9e9c09d3c38d61b3438512abfabef0c [diff] | |
parent | 7e748547273c71e922d92fc568eb6d0b025a039e [diff] |
Merge TP1A.221005.003 Merged-In: If4e16c8a7ab84076c129e1a6ed1e7c31b46164db Change-Id: Ic2a8f8130a1090cd67f280418e7a6b933fe7f195
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.