Fix cc_benchmark installs am: 33586f3b10

am: 7d7245f3fe

Change-Id: I2c6633b05a271b35f647d2e905213e4d90686ffe
This commit is contained in:
Colin Cross
2016-08-12 06:55:48 +00:00
committed by android-build-merger

View File

@@ -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 {