Home
last modified time | relevance | path

Searched refs:RunErrorProne (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/java/config/
H A Dmakevars.go52 if ctx.Config().RunErrorProne() {
/aosp12/build/soong/java/
H A Dbase.go704 if ctx.Config().RunErrorProne() {
975 if ctx.Config().RunErrorProne() {
982 RunErrorProne(ctx, errorprone, uniqueSrcFiles, srcJars, flags)
H A Dbuilder.go282 func RunErrorProne(ctx android.ModuleContext, outputFile android.WritablePath, func
/aosp12/build/soong/android/
H A Dconfig.go886 func (c *config) RunErrorProne() bool { func