Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinker.go392 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool { func
427 …if (!ctx.useSdk() && ctx.minSdkVersion() == "") || CheckSdkVersionAtLeast(ctx, android.FirstShtRel…
429 } else if CheckSdkVersionAtLeast(ctx, android.FirstAndroidRelrVersion) {
433 } else if CheckSdkVersionAtLeast(ctx, android.FirstPackedRelocationsVersion) {