Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinker.go315 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion int) bool { func
348 if !ctx.useSdk() || CheckSdkVersionAtLeast(ctx, 28) {