Home
last modified time | relevance | path

Searched refs:DefaultMakeJacocoExcludeFilter (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/config/
Dmakevars.go69 ctx.Strict("DEFAULT_JACOCO_EXCLUDE_FILTER", strings.Join(DefaultMakeJacocoExcludeFilter, ","))
Dconfig.go39 DefaultMakeJacocoExcludeFilter = []string{"org.junit.*", "org.jacoco.*", "org.mockito.*"} var