Update cc_benchmark to use libgoogle-benchmark am: 2683274349

am: c1d0f687e7

Change-Id: I8ca60eae4b6c3bfa7f4dd402f5a559498e7ecbad
This commit is contained in:
Colin Cross
2016-07-12 00:15:21 +00:00
committed by android-build-merger

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
}