Update cc_benchmark to use libgoogle-benchmark am: 2683274349
am: c1d0f687e7
Change-Id: I8ca60eae4b6c3bfa7f4dd402f5a559498e7ecbad
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user