Fix cc_benchmark installs
am: 33586f3b10
Change-Id: I51cad975fb5d556e01645fe05ea20d3ca7c5e309
This commit is contained in:
commit
7d7245f3fe
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue