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

Commit 84835f48 authored by Ted Bauer's avatar Ted Bauer Committed by Gerrit Code Review
Browse files

Merge "Switch libbase to shared" into main

parents d32e3dff 6c69edfb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -89,8 +89,7 @@ func (this *CcAconfigLibraryCallbacks) GeneratorDeps(ctx cc.DepsContext, deps cc

		deps.SharedLibs = append(deps.SharedLibs, libAconfigStorageReadApiCcDep)
		deps.SharedLibs = append(deps.SharedLibs, libLogDep)

		deps.StaticLibs = append(deps.StaticLibs, libBaseDep)
		deps.SharedLibs = append(deps.SharedLibs, libBaseDep)
	}
	// TODO: It'd be really nice if we could reexport this library and not make everyone do it.