Merge "Switch libbase to shared" into main
This commit is contained in:
@@ -89,8 +89,7 @@ func (this *CcAconfigLibraryCallbacks) GeneratorDeps(ctx cc.DepsContext, deps cc
|
|||||||
|
|
||||||
deps.SharedLibs = append(deps.SharedLibs, libAconfigStorageReadApiCcDep)
|
deps.SharedLibs = append(deps.SharedLibs, libAconfigStorageReadApiCcDep)
|
||||||
deps.SharedLibs = append(deps.SharedLibs, libLogDep)
|
deps.SharedLibs = append(deps.SharedLibs, libLogDep)
|
||||||
|
deps.SharedLibs = append(deps.SharedLibs, libBaseDep)
|
||||||
deps.StaticLibs = append(deps.StaticLibs, libBaseDep)
|
|
||||||
}
|
}
|
||||||
// TODO: It'd be really nice if we could reexport this library and not make everyone do it.
|
// TODO: It'd be really nice if we could reexport this library and not make everyone do it.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user