commit | 8d34c584de21a8ef083e2ada8d6994201933cd0f | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Jan 05 18:30:21 2021 -0800 |
committer | Bill Yi <byi@google.com> | Tue Jan 05 18:30:21 2021 -0800 |
tree | 57bfb6aeb322028d1cae8b2efb1b8f69f463fc75 | |
parent | bc86b7b2fb9ad5cf668c8fa44d3c85f19774fa38 [diff] | |
parent | e9f73e3bd0c08cc75c281e798b44183b58b7958a [diff] |
Merge RQ1A.210105.003 to aosp-master - DO NOT MERGE Merged-In: Ic0390b8c19cbe4b38042939647e316901bb4bd17 Change-Id: I4f5adfb48b892311c1bd2dd2a50b670547eb2fb5
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.