commit | e003797db10b1052d682bff292c8f727b9579d90 | [log] [tgz] |
---|---|---|
author | Kousik Kumar <[email protected]> | Fri Jan 08 20:52:02 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Jan 08 20:52:02 2021 +0000 |
tree | 7d4b8579d117a48f0b53dc8b04fdd83f4a123343 | |
parent | 04a80cd736b69c8419ca43fb939ff54773dc78c2 [diff] | |
parent | 43889572ff7f8166a6c2d6e3eeca32a25602c199 [diff] |
resolve merge conflicts of 0afd707045b10cac440878032a01a43512840a47 to rvc-dev am: 43889572ff Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13298010 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I971af20ac2acf73f18c4a63db7363d3c86f0797a
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.