Home
last modified time | relevance | path

Searched defs:mergeInclusionAnnotations (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt94 val mergeInclusionAnnotations: List<File> = emptyList(), in <lambda>() constant in com.android.tools.metalava.ApiAnalyzer.Config
398 val mergeInclusionAnnotations = config.mergeInclusionAnnotations in <lambda>() constant
DOptions.kt543 private var mergeInclusionAnnotations: List<File> = mutableMergeInclusionAnnotations variable