commit | 38105855923dbc436fa3f2c13c3f56430f3f8ef0 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Aug 06 11:08:15 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 06 11:08:15 2019 -0700 |
tree | ca9f0398c6e9518298aa59c32f57c9de6609fa6c | |
parent | 93d52312d300c4503b2a0735d2fa71a58472602c [diff] | |
parent | a514c4ec22ef3459de17dd45c68e6468e35aa677 [diff] |
Merge "releasetools: Don't write outputs if not in verbose mode." am: a514c4ec22 Change-Id: I3cbc864609975cd38c90d68ef2c24caeede8ef4e
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.