commit | dadfc9ec100f6b6e8d2e6185c5a19e30e3e73051 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed May 16 16:05:46 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 16 16:05:46 2018 -0700 |
tree | dc6559a4b4a49fd2c42b15a5323d366ba6885e26 | |
parent | f71348fed1c55d4a5d01e7be2b998fd5c5c9dd76 [diff] | |
parent | fd7e1561c387d8d26e6a86383e9ee7913381150c [diff] |
Merge "Do not use o=ALL_EMAILS parameter." am: 14fe91bddf am: fd7e1561c3 Change-Id: Ia70a050c96168645d686191d130628817cfeec5d
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.