diff options
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |