commit | 29e347e4be07402606530fed97f6621cc260b23d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jul 17 04:59:48 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 17 04:59:48 2020 +0000 |
tree | 9707a370dc9e139a845978195f90c6b978b41e97 | |
parent | 81e22595d43a6f00775408524a4ecaf51b755f9c [diff] | |
parent | 5771787ccbbb69eb8ee4136242c1e8d3ab7a6bbf [diff] |
Merge changes Iacfe74ae,I7c380b60 am: ce13163827 am: 5771787ccb Original change: https://android-review.googlesource.com/c/platform/build/+/1365306 Change-Id: I81debee224374fd8f60d1cad12a4e7ac6c0591ab
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.