Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61678953 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add vendor_ramdisk support in PartitionTag" into main

parents 5e44cee8 30bf8f6c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1384,6 +1384,8 @@ func (m *ModuleBase) PartitionTag(config DeviceConfig) string {
		}
	} else if m.InstallInRamdisk() {
		partition = "ramdisk"
	} else if m.InstallInVendorRamdisk() {
		partition = "vendor_ramdisk"
	}
	return partition
}