commit | b4723f5a366c023ee9b44b64b35b4dea86204ebd | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 15 02:49:37 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 15 02:49:37 2020 +0000 |
tree | a2fa4fdc6f082c5f412e0f8374cc624369885481 | |
parent | dd21226da61060143427316b3b4ad21ddb44137a [diff] | |
parent | 3c063e06151998b5ac3a84fcfae68493be5d264e [diff] |
Merge "Call a writer to dump html; new warning patterns." am: c339abd467 am: c410b8e63d am: 3c063e0615 Change-Id: I0fa1583892d5eaa2846067a7ea287642cb84dd53
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.