commit | b5665cd53fa16a1c728455bf7306bfa0ca97e0ce | [log] [tgz] |
---|---|---|
author | IWei Lin <iweilin@google.com> | Mon Oct 14 16:30:40 2024 +0000 |
committer | IWei Lin <iweilin@google.com> | Mon Oct 14 20:17:49 2024 +0000 |
tree | add5dc5790f835ad6565d4ab210456e85b655ce3 | |
parent | 4a1b00e0e3d273285ebe2e4f6b1f355b7db47a18 [diff] |
Add trendy team for automotive cast b/372531122 Change-Id: Ia4feeabe99959f0b0f90b5c3f325fb3caf83a222
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.