Add libbenchmark's new dependency on libbase.
See https://android-review.googlesource.com/150583 Change-Id: I6f9700b3e51a3b681d3d91b88103eed31764f61e
This commit is contained in:
parent
fa3924e480
commit
f8e98b0804
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue