Fix cc_benchmark installs
am: 33586f3b10
Change-Id: I51cad975fb5d556e01645fe05ea20d3ca7c5e309
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