commit | 94ad5bb5efbb509751a41087af0ea41c3e349f08 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Fri Mar 04 10:57:58 2022 -0800 |
committer | David Anderson <dvander@google.com> | Fri Mar 04 11:07:43 2022 -0800 |
tree | 7285a7c309118a79a15f07811b21a49c9dc4073e | |
parent | 4e09d57fa762c4fa5b983ec83994ad51854f9ef5 [diff] |
build_image: Remove mkerofsimage.sh. These wrapper scripts are difficult to maintain and there's not really any value add. The argument strings don't match and every new build flag has to be connected in an extra place. Bug: 222715577 Test: make with EROFS enabled Change-Id: Ie0e51cc30aa08b004d5d8345a2a2d885e193ffa9
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.