diff --git a/cc/cc.go b/cc/cc.go index 99d462212..7f4006675 100644 --- a/cc/cc.go +++ b/cc/cc.go @@ -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 }