Home
last modified time | relevance | path

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

/build/soong/java/config/
Dmakevars.go52 if ctx.Config().RunErrorProne() {
/build/soong/java/
Dbase.go983 if (ctx.Config().RunErrorProne() && epEnabled == nil) || Bool(epEnabled) {
1360 …} else if hasErrorproneableFiles && ctx.Config().RunErrorProne() && j.properties.Errorprone.Enable…
/build/soong/android/
Dconfig.go1169 func (c *config) RunErrorProne() bool { func