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

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

Merge "Don't pass deprecated -single_module linker flag on Darwin"

parents 9444f478 cf57a641
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -925,7 +925,6 @@ func (library *libraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Fla
		if ctx.Darwin() {
			f = append(f,
				"-dynamiclib",
				"-single_module",
				"-install_name @rpath/"+libName+flags.Toolchain.ShlibSuffix(),
			)
			if ctx.Arch().ArchType == android.X86 {