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

Commit 3980ced9 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Gerrit Code Review
Browse files

Merge "Revert submission of topic 'libdl_android-in-apex'"

parents 1f38237c 31f36fbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -892,7 +892,7 @@ func (c *Module) ExportedDeps() android.Paths {

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