commit | 6bfe51ae53137dc87ca23563febfa9e59adff28c | [log] [tgz] |
---|---|---|
author | Jeremy Bettis <jbettis@google.com> | Thu Sep 19 17:02:01 2024 +0000 |
committer | Jeremy Bettis <jbettis@google.com> | Thu Sep 19 17:17:40 2024 +0000 |
tree | 0a02f56f19c1a5b7bd53506e4784b778791ddd1f | |
parent | 48a08682fab23034653ef7964d3fe3ad577ad7d3 [diff] |
Add trendy team for desktop firmware team Bug: 357660887 Bug: 368101278 Bug: 368341182 Change-Id: Ieff334e1b718776a2f09ce31f909b816c310e5ec
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.