Update cc_benchmark to use libgoogle-benchmark
Updates soong to match I1565cf680298a1765e88162d8b0e59dedba29bd7
Change-Id: I787675562e3f1dceb9a56f2bcb533a551cae550a
diff --git a/cc/cc.go b/cc/cc.go
index 4b09ab7..ad01b73 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -2245,7 +2245,7 @@
func (benchmark *benchmarkLinker) deps(ctx BaseModuleContext, deps Deps) Deps {
deps = benchmark.binaryLinker.deps(ctx, deps)
- deps.StaticLibs = append(deps.StaticLibs, "libbenchmark", "libbase")
+ deps.StaticLibs = append(deps.StaticLibs, "libgoogle-benchmark")
return deps
}