commit | 7cfc31fd54b55b083c10cdae0eb08606b368bd15 | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Fri Jun 14 14:27:53 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 14 14:27:53 2019 -0700 |
tree | d374499164b17c31e509620aaaffcec521a1a9ea | |
parent | 76a112e02d1e457d1fff4402c0d2c67b0732916a [diff] | |
parent | a0d14a8647c48df2d408b4910a35408bc249c6e9 [diff] |
Merge "Fail build when sum of sizes of logical partitions exceeds OEM-set limit" am: acfbc544e6 am: a7f33ab8d9 am: a0d14a8647 Change-Id: I44bb9baf38ed4c209b0244501b8fbbcd1d4e7115
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.