Searched refs:compileSdk (Results 1 – 1 of 1) sorted by relevance
138 final int compileSdk = r.appInfo.compileSdkVersion; in showUnsupportedCompileSdkDialogIfNeeded() local142 if ((isCompileSdkPreview && compileSdk < platformSdk) in showUnsupportedCompileSdkDialogIfNeeded()143 || (isPlatformSdkPreview && platformSdk < compileSdk) in showUnsupportedCompileSdkDialogIfNeeded()144 || (isCompileSdkPreview && isPlatformSdkPreview && platformSdk == compileSdk in showUnsupportedCompileSdkDialogIfNeeded()