commit | a110579e311057be76989ed068142a2469047594 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Aug 13 10:38:10 2018 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Aug 13 17:40:26 2018 +0000 |
tree | 7d03c3b56dce76ede7182a86c25c593d356479a6 | |
parent | e318a785495e1557f042c62a5878a496174c6520 [diff] |
Remove TARGET_USES_MKE2FS Nothing reads TARGET_USES_MKE2FS any more, mke2fs is always used. Remove the requirement that TARGET_USES_MKE2FS is set, and remove the places it is set. Bug: 112241651 Test: m checkbuild Change-Id: Ibdca062bbe7dcd19ba8f7ee7f8291ce746b74e65
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.