diff options
| author | 2024-11-27 01:13:54 +0000 | |
|---|---|---|
| committer | 2024-11-27 01:13:54 +0000 | |
| commit | aedc895394f1b1ae76d28e158a12d3dbe7e6108c (patch) | |
| tree | a89d7f5068b7e3e8b8123c1eb77a559679e524d9 /android/variable.go | |
| parent | 195efeb410a618135f866730c053a8d01698feba (diff) | |
| parent | 9138df77ce4432a6598e1287752bb76bc2241f8b (diff) | |
Merge "Create prebuilt kernel module for vendor_ramdisk partition" into main am: 9138df77ce
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3375799
Change-Id: Ifd0581abdf8f9dc5c397433f239e12922b496178
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 { |