am f8e98b08
: Add libbenchmark\'s new dependency on libbase.
* commit 'f8e98b0804ffa468f04fe7ff77c78371e9aba774': Add libbenchmark's new dependency on libbase.
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -1575,7 +1575,7 @@ type CCBenchmark struct {
|
|||||||
|
|
||||||
func (c *CCBenchmark) depNames(ctx common.AndroidBaseContext, depNames CCDeps) CCDeps {
|
func (c *CCBenchmark) depNames(ctx common.AndroidBaseContext, depNames CCDeps) CCDeps {
|
||||||
depNames = c.CCBinary.depNames(ctx, depNames)
|
depNames = c.CCBinary.depNames(ctx, depNames)
|
||||||
depNames.StaticLibs = append(depNames.StaticLibs, "libbenchmark")
|
depNames.StaticLibs = append(depNames.StaticLibs, "libbenchmark", "libbase")
|
||||||
return depNames
|
return depNames
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user