Merge "Switch libbase to shared" into main
diff --git a/aconfig/codegen/cc_aconfig_library.go b/aconfig/codegen/cc_aconfig_library.go
index d5291fc..8e516b4 100644
--- a/aconfig/codegen/cc_aconfig_library.go
+++ b/aconfig/codegen/cc_aconfig_library.go
@@ -89,8 +89,7 @@
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.