commit | 30417d971edb7467aff8b888ae9510c5c2324790 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Jun 28 16:50:42 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Thu Jun 28 17:22:14 2018 +0100 |
tree | 7b893bd04a575861fe8ca5178c06836d662b53de | |
parent | 14add317803c669b091baa39de490b264ea6161e [diff] |
Move some recovery packages out of base_system. Put the in base_vendor for now. That file should probably be renamed to base_nonsystem.mk or something of that sort. There is a remaining artifacts in recovery, but I think its target needs to be split up, so move these for now. Bug: 80410283 Test: make Change-Id: I98c2b96b413fff4c8b0377e69bc9c2693ccca7cd
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.