Lines Matching refs:Config
36 if ctx.Config().UnbundledBuild() && !ctx.Config().AlwaysUsePrebuiltSdks() {
37 apiFingerprintTrue := ctx.Config().IsEnvTrue("UNBUNDLED_BUILD_TARGET_SDK_WITH_API_FINGERPRINT")
38 dessertShaIsSet := ctx.Config().Getenv("UNBUNDLED_BUILD_TARGET_SDK_WITH_DESSERT_SHA") != ""
47 …fingerprintSdkVersion = ctx.Config().PlatformSdkCodename() + fmt.Sprintf(".$$(cat %s)", android.Ap…
51 fingerprintSdkVersion = ctx.Config().Getenv("UNBUNDLED_BUILD_TARGET_SDK_WITH_DESSERT_SHA")
68 } else if ctx.Config().TargetsJava21() {
130 if (!jarPath.Valid() || !aidlPath.Valid()) && ctx.Config().AllowMissingDependencies() {
235 if ctx.Config().AlwaysUsePrebuiltSdks() {
293 if ctx.Config().AllowMissingDependencies() {
332 return ctx.Config().Once(sdkFrameworkAidlPathKey, func() interface{} {
338 return ctx.Config().Once(nonUpdatableFrameworkAidlPathKey, func() interface{} {
353 if ctx.Config().PlatformSdkCodename() == "REL" {
355 } else if ctx.Config().FrameworksBaseDirExists(ctx) && !ctx.Config().AlwaysUsePrebuiltSdks() {
378 Flag(ctx.Config().PlatformPreviewSdkVersion()).
387 if ctx.Config().AlwaysUsePrebuiltSdks() {