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

Commit f2c16096 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add vendor_ramdisk support in PartitionTag" into main am: 61678953

parents 928cdaf7 61678953
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
}