Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt1394 val extraAnnotationsDir = File("stub-annotations/src/main/java") in <lambda>() constant
1395 if (!extraAnnotationsDir.isDirectory) { in <lambda>()
1396 …fail("Couldn't find $extraAnnotationsDir: Is the pwd set to the root of the metalava source code?") in <lambda>()
1397 … fail("Couldn't find $extraAnnotationsDir: Is the pwd set to the root of an Android source tree?") in <lambda>()
1400 … gatherSources(listOf(extraAnnotationsDir)).asSequence().map { it.path }.toList().toTypedArray() in <lambda>()