Fix cc_benchmark installs am: 33586f3b10
am: 7d7245f3fe
Change-Id: I2c6633b05a271b35f647d2e905213e4d90686ffe
This commit is contained in:
@@ -296,6 +296,7 @@ func (benchmark *benchmarkDecorator) linkerDeps(ctx BaseModuleContext, deps Deps
|
|||||||
func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) {
|
func (benchmark *benchmarkDecorator) install(ctx ModuleContext, file android.Path) {
|
||||||
benchmark.baseInstaller.dir = filepath.Join("nativetest", ctx.ModuleName())
|
benchmark.baseInstaller.dir = filepath.Join("nativetest", ctx.ModuleName())
|
||||||
benchmark.baseInstaller.dir64 = filepath.Join("nativetest64", ctx.ModuleName())
|
benchmark.baseInstaller.dir64 = filepath.Join("nativetest64", ctx.ModuleName())
|
||||||
|
benchmark.baseInstaller.install(ctx, file)
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewBenchmark(hod android.HostOrDeviceSupported) *Module {
|
func NewBenchmark(hod android.HostOrDeviceSupported) *Module {
|
||||||
|
Reference in New Issue
Block a user