commit | 3f41c5ff1fa5fcde36e547cdf9beb4f5b0814c5e | [log] [tgz] |
---|---|---|
author | David Zeuthen <zeuthen@google.com> | Thu Dec 07 02:17:17 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 07 02:17:17 2017 +0000 |
tree | 43614673d4b8172a6c937b76e1f7c01b23ec774e | |
parent | c0715eb231ec92c171d28dad831ff7433ea0d3a0 [diff] | |
parent | 0c1c47f700330e31cf79861582f70f76f9c210ea [diff] |
Merge "AVB: If building recovery.img, add AVB hash footer." am: 7b2129f101 am: 0c1c47f700 Change-Id: I5adecf2f45d308312c545509fd80658f00755883
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.