commit | 3a7c2ef7ccd53a6725be3e8513d580fd91997ee2 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Nov 01 18:23:19 2019 +0000 |
committer | Yifan Hong <elsk@google.com> | Fri Nov 01 11:41:26 2019 -0700 |
tree | f0863ace327ea8be459b9437ba281751707695ab | |
parent | 15e75e8807c81980e8d9e2a87332643a9662d541 [diff] |
Reland "Move partition size checks to python script" This reverts commit 0141e45b9633fa21f1a2302d79db97d319ce7ec4. Reason for revert: Fixed in follow-up CL Test: forrest Bug: 143734706 Change-Id: I007acf228d4fb4d6a16ae9089e3f04cf33a567bb
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.