Merge "Add support for experimentally enabling RBE support on specific rules." am: 5e0dbe4e3e
am: 205edb5da3
am: a171ec4e95
Change-Id: I2922a3dd955162fa9f713ebfe9fe1852d76fd2c3
This commit is contained in:
@@ -150,6 +150,20 @@ func init() {
|
||||
return ""
|
||||
})
|
||||
|
||||
pctx.VariableFunc("R8Wrapper", func(ctx android.PackageVarContext) string {
|
||||
if override := ctx.Config().Getenv("R8_WRAPPER"); override != "" {
|
||||
return override + " "
|
||||
}
|
||||
return ""
|
||||
})
|
||||
|
||||
pctx.VariableFunc("D8Wrapper", func(ctx android.PackageVarContext) string {
|
||||
if override := ctx.Config().Getenv("D8_WRAPPER"); override != "" {
|
||||
return override + " "
|
||||
}
|
||||
return ""
|
||||
})
|
||||
|
||||
pctx.HostJavaToolVariable("JacocoCLIJar", "jacoco-cli.jar")
|
||||
|
||||
pctx.HostBinToolVariable("ManifestCheckCmd", "manifest_check")
|
||||
|
Reference in New Issue
Block a user