commit | 605ab4554a7f86b5f929fd2b201cb27e521e4a02 | [log] [tgz] |
---|---|---|
author | Simran Basi <sbasi@google.com> | Wed Feb 07 02:39:18 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 07 02:39:18 2018 +0000 |
tree | 781441c305b33c51d7f327a96f8e7d3381a02b63 | |
parent | 1b9a60bae5a8cb1782e853804439aecd2ff64e32 [diff] | |
parent | 79a2a1e889507837af1f1b2e84aa38fb59c8019b [diff] |
Merge "LOCAL_HOST_REQUIRED_MODULES support" am: 9ffbc10126 am: 79a2a1e889 Change-Id: Ide6abb89c676bcf8785e60e4f798740b835cbede
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.