From a8fa07111598a537d401332c82f110f9fa209275 Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Tue, 26 Nov 2024 23:11:07 +0000 Subject: Create prebuilt kernel module for vendor_ramdisk partition To correctly install *.ko files to the vendor_ramdisk partition. Test: m soong_generated_vendor_ramdisk_filesystem_test Bug: 381104942 Change-Id: Ib058a0f6893eaa273dfd609749a6417982cf057e --- android/variable.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'android/variable.go') diff --git a/android/variable.go b/android/variable.go index 5dd9b2910..50d1fcd5c 100644 --- a/android/variable.go +++ b/android/variable.go @@ -660,6 +660,10 @@ type PartitionVariables struct { BuildingOdmDlkmImage bool `json:",omitempty"` OdmKernelModules []string `json:",omitempty"` OdmKernelBlocklistFile string `json:",omitempty"` + + VendorRamdiskKernelModules []string `json:",omitempty"` + VendorRamdiskKernelBlocklistFile string `json:",omitempty"` + VendorRamdiskKernelLoadModules []string `json:",omitempty"` } func boolPtr(v bool) *bool { -- cgit v1.2.3-59-g8ed1b