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

Commit 31f36fbb authored by Yuexi Ma's avatar Yuexi Ma
Browse files

Revert submission of topic 'libdl_android-in-apex'

Reason for revert: broke numerous major apps in app compat testing
Bug: 144100240

Change-Id: I4b43b92963815dfd95a221fb3f560505e9799950
parent f4ed8df8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -877,7 +877,7 @@ func (c *Module) ExportedFlags() []string {

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