commit | 173e7a1efc82ce5387991eecfe7d2186e7e3fbf1 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Mar 07 18:31:18 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 07 18:31:18 2018 +0000 |
tree | 02fbe36adc37899b6d3bc95288ec8bdac19631bc | |
parent | 64c177f700a5bc19ea7deb731dd2043dd8378250 [diff] | |
parent | 51fd9428a13b64e2893d66a3b42a847ad1ab2bd4 [diff] |
releasetools: Separate streaming metadata computation into functions. am: fe5b69a4ae am: 51fd9428a1 Change-Id: I92d110f51b31035b5564a5bd575867ce32ee59dc
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.