Update cc_benchmark to use libgoogle-benchmark

am: 2683274349

Change-Id: I6d9f7907f3976d53b0fc7d0feccc905ce2390939
This commit is contained in:
Colin Cross 2016-07-12 00:12:42 +00:00 committed by android-build-merger
commit c1d0f687e7
1 changed files with 1 additions and 1 deletions

View File

@ -2245,7 +2245,7 @@ type benchmarkLinker struct {
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
}