commit | 9cdac7ae1e039bf44341206e3e72eac7997babfc | [log] [tgz] |
---|---|---|
author | Prochin Wang <prochinwang@google.com> | Fri Aug 16 21:39:33 2024 +0000 |
committer | Prochin Wang <prochinwang@google.com> | Sat Aug 17 14:42:02 2024 +0000 |
tree | 80d5810823b81df6433b82937e0cbcc96bbca143 | |
parent | 1afb74365cd78e81eb36519902807055d3ae298e [diff] |
Add trendy team for Pixel Troubleshooting App Bug: 360332619 Test: m Change-Id: I2ba6fb2009186b0ba439c66e348f65050e684ed2
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.