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

Commit 78f76b92 authored by Bill Peckham's avatar Bill Peckham Committed by Gerrit Code Review
Browse files

Merge "Fix ExcludeFromVendorSnapshot check"

parents 8620b65b 9e13187f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,12 +20,12 @@ import (

func (mod *Module) ExcludeFromVendorSnapshot() bool {
	// TODO Rust does not yet support snapshotting
	return true
	return false
}

func (mod *Module) ExcludeFromRecoverySnapshot() bool {
	// TODO Rust does not yet support snapshotting
	return true
	return false
}

func (mod *Module) IsSnapshotLibrary() bool {