commit | 8446c7c3cbe304d18e3d3227fdff370280a19b5f | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 10 14:28:13 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 10 14:28:13 2020 +0000 |
tree | 11b69c8d5b828d3d18f4aa73f881f0e156ce022d | |
parent | 1d3a3de5fb4e10a9a377141a1bab28f3e3cc5870 [diff] | |
parent | 8adf661c14005ada46cdc1c401e27bd119340cae [diff] |
Merge "Rebuild the vendor install-recovery if necessary." am: b4484dc33b am: 7828ef71c0 am: 8adf661c14 Change-Id: I8ed20cea230fd16ce9dedd82909dfd2f04d4eaa8
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.