am f8e98b08: Add libbenchmark\'s new dependency on libbase.

* commit 'f8e98b0804ffa468f04fe7ff77c78371e9aba774':
  Add libbenchmark's new dependency on libbase.
This commit is contained in:
Dan Willemsen
2015-09-15 23:10:23 +00:00
committed by Android Git Automerger

View File

@@ -1575,7 +1575,7 @@ type CCBenchmark struct {
func (c *CCBenchmark) depNames(ctx common.AndroidBaseContext, depNames CCDeps) CCDeps {
depNames = c.CCBinary.depNames(ctx, depNames)
depNames.StaticLibs = append(depNames.StaticLibs, "libbenchmark")
depNames.StaticLibs = append(depNames.StaticLibs, "libbenchmark", "libbase")
return depNames
}