commit | ed184a50eac85d581d27242197da4e837e1ff19a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Jan 19 22:45:34 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 19 22:45:34 2018 +0000 |
tree | e5257daf4caec328ed3d9ab2b78b0e10c8554971 | |
parent | d2032442880fa4889aa798495937438033e70d9d [diff] | |
parent | c20b59eabe3ea34890b008afd0152f2e7fa14790 [diff] |
Merge "releasetools: Dump mkfs/fsck/simg2img outputs on error." am: 3221f0f387 am: c20b59eabe Change-Id: Iede2a76f87298fc0c389883b4e57d87d32968fb6
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.