commit | c5ed82950bdeaa2df3ff5098fbcb77d6b1c94787 | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Wed Dec 27 20:57:29 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 27 20:57:29 2017 +0000 |
tree | cef4176e43a0bc411aff7163793cf3563124346b | |
parent | 2dc0a3860e338eb0bbfa0d2bd21afc56e4f552a2 [diff] | |
parent | 2dfaacdd9336ba768288e62fa892dd3d540ca6ef [diff] |
Merge "Remove zlib_fingerprint support." am: 53a3f70efe am: 2dfaacdd93 Change-Id: I20d08538fd4642987bdca0aed226c393aa7579ce
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.