commit | 1f49ccfd610dfdfd724604ffa43cefaaf150fb32 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Feb 06 17:26:53 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 06 17:26:53 2018 +0000 |
tree | bc497557fce1b06d9227450fbf07057fecf011d8 | |
parent | 815658efe916c8ce5adc2b80020898864939c953 [diff] | |
parent | 26fc64da064ace5ef4610bc818673df22af79115 [diff] |
Merge "releasetools: Capture stderr output when calling delta_generator." am: 26fc64da06 Change-Id: Ie31820c3fc46aa3dba3053d330f885fd7d9953aa
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.