| commit | babdafe97eb7dd7229c6b27f722066fd5a9721a9 | [log] [tgz] |
|---|---|---|
| author | David Iserovich <diserovich@google.com> | Thu Aug 10 17:58:31 2023 +0000 |
| committer | David Iserovich <diserovich@google.com> | Thu Aug 10 18:12:44 2023 +0000 |
| tree | 29b47dda59c572cc44d6964b4ef77cf0684ad83b | |
| parent | 908aba1147b6601b3f43e949d107ae008e2680d3 [diff] |
[config] Dist supports custom super image script Some boards need to supply a custom super image script, and this is supported via the BOARD_CUSTOM_BUILD_SUPER_IMAGE variable. However, this variable is not used by img_from_target_files.py. Change img_from_target_files.py to call the supplied script. Bug: None Change-Id: I6bca937534f58459d3419139ee7a37a10138ab8f
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.