commit | fd7e1561c387d8d26e6a86383e9ee7913381150c | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed May 16 16:01:08 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 16 16:01:08 2018 -0700 |
tree | 7ed6c7d1489e7cdd5eff4a3d100702368e1f895c | |
parent | 8ae7420c9a38ef629f7bb800a443a0c8be46b64f [diff] | |
parent | 14fe91bddfab38e896ee7696f2af429444c00083 [diff] |
Merge "Do not use o=ALL_EMAILS parameter." am: 14fe91bddf Change-Id: I3f8315c0197269b6ff8875fcc98e1dc3bce7b1a7
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.