commit | aaa5a14719b0d80adb48f1be3585bd1b617c505c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Aug 14 17:21:11 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 14 17:21:11 2018 -0700 |
tree | a4cd728bd8087c12dd28e358b6caf20694c3a9f9 | |
parent | bff63e714f63cf1959198ddbc82b39dd023ba578 [diff] | |
parent | 8ebb4ac573fff9a94cef3aea75ef9d521cd9e4aa [diff] |
Merge "Remove TARGET_USES_MKE2FS" am: de684e84fb am: 232bc25b8a am: 8ebb4ac573 Change-Id: I41bb6a7b580d609807277d85d9db93123653e636
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.