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

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

Merge "Remove linkerconfig from bionic list."

parents 78533884 bff73350
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1440,7 +1440,7 @@ func (c *Module) ExcludeFromRecoverySnapshot() bool {

func isBionic(name string) bool {
	switch name {
	case "libc", "libm", "libdl", "libdl_android", "linker", "linkerconfig":
	case "libc", "libm", "libdl", "libdl_android", "linker":
		return true
	}
	return false