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
diff --git a/android/variable.go b/android/variable.go
index 5dd9b29..50d1fcd 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -660,6 +660,10 @@
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 {