commit | 5dc03ed7b4d604de762cce51d011245552621e6b | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Sun Sep 13 07:58:37 2020 -0700 |
committer | Bill Yi <byi@google.com> | Sun Sep 13 07:58:37 2020 -0700 |
tree | 873dad15233de1ccae91e0ce9f5510c4c7145b67 | |
parent | 3ef10eee71dfb3e9c848351bd7b8a3b480c3880a [diff] | |
parent | 2cf5fae4cd30f2106ca27e6a670fa41eb4325501 [diff] |
Merge mainline-release 6664920 to stage-aosp-master - DO NOT MERGE Merged-In: I91b91ce6a1d3924bf575ed8c0da8e51116462e00 Change-Id: I5e265b127f1a85cb12b07fffae4ad32fa6fd1130
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.