diff --git a/cc/test.go b/cc/test.go index 3b89a1098..6ffa178b5 100644 --- a/cc/test.go +++ b/cc/test.go @@ -296,6 +296,7 @@ func (benchmark *benchmarkDecorator) linkerDeps(ctx BaseModuleContext, deps Deps func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) { benchmark.baseInstaller.dir = filepath.Join("nativetest", ctx.ModuleName()) benchmark.baseInstaller.dir64 = filepath.Join("nativetest64", ctx.ModuleName()) + benchmark.baseInstaller.install(ctx, file) } func NewBenchmark(hod android.HostOrDeviceSupported) *Module {