Kernel modules: add modules.blocklist build support
BOARD_<partition>_KERNEL_MODULES_BLOCKLIST_FILE<kernel_version> checks the syntax of and installs a prebuilt modules.blocklist file. Example usage: ``` BOARD_VENDOR_KERNEL_MODULES_BLOCKLIST_FILE := \ $(wildcard <path to prebuilt modules.blocklist>) ``` Then the modules blocklist would be install to (vendor|vendor_dlkm)/lib/modules/modules.blocklist. Bug: 175165656 Test: Create a blocklist with incorrect syntax, verify build fails Test: Verify the new macro indeed installs the blocklist file Change-Id: Icb75aae1bdb45546792f28f4c4e8d06d9439391a
Loading
Please register or sign in to comment