Merge "Switch libbase to shared" into main am: 84835f48ea
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3065162 Change-Id: I1398d12be4a7334b2c280479ba246c333babc414 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ef05b58774
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue