commit | 0ced5030d844235cfecbd407beba203e07b7e606 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Feb 12 20:14:37 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Feb 12 20:14:37 2018 +0000 |
tree | 0eb8f3efffa0704f049ced6668a6832cd4eb23ec | |
parent | 57dd54f623e279fcc88f2d5c4eb64bae1949f656 [diff] | |
parent | 7eb2afb2262239a19d66b0bb3ce67a4f1f2276df [diff] |
Merge "releasetools: Add an ImgdiffStats class that reports imgdiff stats." am: 7eb2afb226 Change-Id: I9d87494c9a3e8784128f152b5f16bf67865bdd30
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.