commit | d620b935ec2d35f1de47d69c97a307ca9588d05b | [log] [tgz] |
---|---|---|
author | Yihan Dong <slotus@google.com> | Mon Sep 30 02:02:17 2024 +0000 |
committer | Yihan Dong <slotus@google.com> | Mon Sep 30 02:02:23 2024 +0000 |
tree | fe1f5753abcc91d6d7578fe290e417f2267cf41b | |
parent | a54e899659018f8d6827bb38646f823d00c1c866 [diff] |
Add proposed trendy teams for GTS modules Change-Id: I019c8e57754698f840e2b7b583d2b746a46fd71c Test: build locally Bug: 368362374
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.