Searched refs:CheckSdkVersionAtLeast (Results 1 – 1 of 1) sorted by relevance
392 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool { func427 …if (!ctx.useSdk() && ctx.minSdkVersion() == "") || CheckSdkVersionAtLeast(ctx, android.FirstShtRel…429 } else if CheckSdkVersionAtLeast(ctx, android.FirstAndroidRelrVersion) {433 } else if CheckSdkVersionAtLeast(ctx, android.FirstPackedRelocationsVersion) {