commit | 5bcb2fc9a93c9e90e2376567e8acc4e0db7e643f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu May 24 16:10:44 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Jul 11 09:43:04 2018 -0700 |
tree | 77edd4b6b2a99f3f03d18cb05099e9ead0267790 | |
parent | f1429b1c31511c5675bced83c94cab6013bd5099 [diff] |
Move manifest merger config to Soong Bug: 110848854 Test: m checkbuild Change-Id: Id9a8b4c02ade275eefc32bf72710430e889cd554 Merged-In: Id9a8b4c02ade275eefc32bf72710430e889cd554 Merged-In: Ib20aa4849978283f1da1ce601b28199fc0183e05
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.