Merge "Add sourcepath to inputs of remoteable metalava action." am: e72da7f63c
am: 0452efbd16
Change-Id: Ib78a89ee437500a6f347d0c746bb56fae97e4a15
This commit is contained in:
commit
c6e48b7dad
1 changed files with 1 additions and 0 deletions
|
@ -1388,6 +1388,7 @@ func metalavaCmd(ctx android.ModuleContext, rule *android.RuleBuilder, javaVersi
|
|||
pool = v
|
||||
}
|
||||
inputs := []string{android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "framework", "metalava.jar").String()}
|
||||
inputs = append(inputs, sourcepaths.Strings()...)
|
||||
if v := ctx.Config().Getenv("RBE_METALAVA_INPUTS"); v != "" {
|
||||
inputs = append(inputs, strings.Split(v, ",")...)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue