Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt273 allowCompatibleDifferences: Boolean = true, in <lambda>()
606 val extra: Array<String> = if (allowCompatibleDifferences) { in <lambda>()
623 val extra: Array<String> = if (allowCompatibleDifferences) { in <lambda>()
DCompatibilityCheckTest.kt2610 allowCompatibleDifferences = false, in Fail on compatible changes that affect signature file contents()
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt455 var allowCompatibleDifferences = false in <lambda>() variable
905 ARG_ALLOW_COMPATIBLE_DIFFERENCES -> allowCompatibleDifferences = true in <lambda>()
DDriver.kt641 if (releaseType == ReleaseType.DEV && !options.allowCompatibleDifferences) { in checkCompatibility()