commit | 7a2e56cf525712527333d5e95fbcdb28f4f4b24d | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Sat Jun 27 03:23:11 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Sat Jun 27 03:23:11 2020 +0000 |
tree | f0902d1a11b13affc9b23ac73789d26c451cf4ff | |
parent | f8b42d6a731f5dd5a6cad6e6a5deff6c5b2e2a8a [diff] | |
parent | ade48be7acb12517a3a7dafda00b0195218dfe20 [diff] |
Snap for 6634345 from ade48be7acb12517a3a7dafda00b0195218dfe20 to mainline-release Change-Id: I67cfc553fbeffe8098ab3b4e2d6120f7769d8332
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.