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

Commit 6c69edfb authored by Ted Bauer's avatar Ted Bauer
Browse files

Switch libbase to shared

Test: m
Bug: 328444881
Change-Id: Ia232859bcc6591e26eb244d8c3f15336204a460e
parent 1e96f8c6
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.