commit | 335e2a8cd4f73efad5b4fc634ff9be00c58021a6 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Jul 26 13:27:44 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jul 26 13:27:44 2018 -0700 |
tree | d598d85cc32750cb44b05ffe64a5ce10e28ea682 | |
parent | 333210bec04b376246c0ea9135b1309572b183e1 [diff] | |
parent | 5888d8dc9209e03c235af2b73b2221fd2c4ba5b1 [diff] |
Merge "releasetools: Fix an issue in image size computation." am: d578232c95 am: 0adc598d82 am: 5888d8dc92 Change-Id: I974d229abd79404408e9cafd3372325d555b3f10
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.