Lines Matching refs:SdkVersion
216 if String(a.appProperties.Stl) == "c++_shared" && !a.SdkVersion(ctx).Specified() {
225 usesSDK := a.SdkVersion(ctx).Specified() && a.SdkVersion(ctx).Kind != android.SdkCorePlatform
282 if !a.SdkVersion(ctx).Stable() {
283 …ctx.PropertyErrorf("sdk_version", "Updatable apps must use stable SDKs, found %v", a.SdkVersion(ct…
317 jniSdkVersion, err := android.SdkSpecFrom(ctx, dep.SdkVersion()).EffectiveVersion(ctx)
320 dep.SdkVersion(), minSdkVersion, ctx.ModuleName())
384 if ctx.Module().(android.SdkContext).SdkVersion(ctx).Kind == android.SdkModule {
727 SdkVersion(ctx android.EarlyModuleContext) android.SdkSpec methodSpec
741 checkNativeSdkVersion = app.SdkVersion(ctx).Specified() &&
742 app.SdkVersion(ctx).Kind != android.SdkCorePlatform && !app.RequiresStableAPIs(ctx)
762 if checkNativeSdkVersion && dep.SdkVersion() == "" {