Switch libbase to shared

Test: m
Bug: 328444881
Change-Id: Ia232859bcc6591e26eb244d8c3f15336204a460e
This commit is contained in:
Ted Bauer
2024-04-29 14:56:55 +00:00
parent 1e96f8c622
commit 6c69edfbf1

View File

@@ -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.