commit | 64fa9a35bd1e3ee65780991ec37bff9dd7a2766b | [log] [tgz] |
---|---|---|
author | Isaac J. Manjarres <isaacmanjarres@google.com> | Mon Apr 24 15:58:56 2023 -0700 |
committer | Isaac J. Manjarres <isaacmanjarres@google.com> | Mon Apr 24 16:01:59 2023 -0700 |
tree | 7631d0ee396b9c7d3fc1c9f3d401bbe333582111 | |
parent | 60588af876e124a2f0ae6d5379bdfa029eac950a [diff] |
Add support for packaging modules.load.charger into vendor_[kernel_]boot Add support for createing a modules.load.charger file in the vendor_boot and vendor_kernel_boot images when BOARD_VENDOR[_KERNEL_]_RAMDISK_CHARGER_MODULES_LOAD is specified. Bug: 266752750 Change-Id: Ic8fc06566aafa5c01dff50daa6293c6cb6d0c263 Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
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.