Home
last modified time | relevance | path

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

/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/
DLibraryBuildInfo.kt48 abstract val aggregateOutputFile: Property<File> constant in com.android.tools.metalava.CreateLibraryBuildInfoTask
65 aggregateOutputFile.get().let { in createFile()
90 it.aggregateOutputFile.set(project.provider<File> { in configureBuildInfoTask()