commit | c88a8c88e4e9d550a998389ced7b83daac5ba383 | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Thu May 28 14:23:33 2020 -0700 |
committer | Steve Muckle <smuckle@google.com> | Tue Jun 02 15:17:15 2020 -0700 |
tree | 7cc3e2aa18729c04bb01ea5ba11d8d1335761ff0 | |
parent | 1013d789de525eb8a16de941fa0d8c7fbfa1289d [diff] |
move BOARD_RECOVERY_KERNEL_MODULES_LOAD default Moving this makes each of the partition's kernel module Makefile generation more similar, enabling a forthcoming cleanup/refactoring. If recovery-is-boot and there are kernel modules defined in BOARD_GENERIC_RAMDISK_KERNEL_MODULES, those kernel modules will now be included in the default assignment to BOARD_RECOVERY_KERNEL_MODULES_LOAD. If this is not desired then BOARD_RECOVERY_KERNEL_MODULES_LOAD may simply be set to BOARD_RECOVERY_KERNEL_MODULES (or a custom list of recovery kernel modules to load). Bug: 157645635 Change-Id: Ia1392b7d20d07cee75420edd95dcee1dc825516e
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.