Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/
DDefaultApkSignerEngine.java360 int currentMinSdk = Integer.MAX_VALUE; in processV3Configs() local
387 config.maxSdkVersion = currentMinSdk - 1; in processV3Configs()
410 currentMinSdk = config.minSdkVersion; in processV3Configs()
411 if (config.signerTargetsDevRelease ? currentMinSdk < minRequiredV3SdkVersion in processV3Configs()
412 : currentMinSdk <= minRequiredV3SdkVersion) { in processV3Configs()
417 if (currentMinSdk > AndroidSdkVersion.P && currentMinSdk > mMinSdkVersion) { in processV3Configs()