commit | 6b38c9bb4c1f1bbe4e20f717f95996cbdbd6bdf6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Oct 29 23:33:24 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 29 23:33:24 2018 +0000 |
tree | 9974520ecdfcaac017bee2f157515ace47aa68ad | |
parent | 89fe71180b829916b09d76a8f76e217b34ab3ce1 [diff] | |
parent | f0cef8d8bfacd6776e3fa894f21a0876e414370d [diff] |
Merge changes Ia8fb5696,Id5ae6645 * changes: build_image setup ext4 dedupe on more images. build_image tune right-size image
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.