commit | 19e8ab71bc86f211bc790e5748cb8847c6c1b3d4 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon May 20 21:16:19 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon May 20 21:16:19 2019 -0700 |
tree | d9cc1569a9151e8a1dba8a694c833a1254372b3c | |
parent | da8e0e7b92aea5fe061e0de102600bc5ae6fe91f [diff] | |
parent | 55a499b28b15e57b639bd2f5039f879b65db36a4 [diff] |
Merge "Move check-all-partition-sizes to a non-phony rule" am: 2ee5efd824 am: 468549471a am: 55a499b28b Change-Id: I653a5be7ddb758c78755efc866eb1984532868e6
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.