Home
last modified time | relevance | path

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

/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
DSupportConfig.kt35 fun getLintBaseline(project: Project): File { in getLintBaseline() method
DSupportAndroidTestAppPlugin.kt69 val baseline = SupportConfig.getLintBaseline(project) in apply()
DSupportAndroidLibraryPlugin.kt137 setUpLint(library.lintOptions, SupportConfig.getLintBaseline(project), in <lambda>()