Lines Matching refs:Config
180 if ctx.Config().UnbundledBuild() {
184 if len(ctx.Config().Targets[android.Android]) == 0 {
222 …d.dexpreoptConfigForMake = android.PathForOutput(ctx, ctx.Config().DeviceName(), "dexpreopt.config…
231 if len(ctx.Config().SanitizeDevice()) == 1 &&
232 ctx.Config().SanitizeDevice()[0] == "address" &&
274 } else if name == "jacocoagent" && ctx.Config().IsEnvTrue("EMMA_INSTRUMENT_FRAMEWORK") {
313 if ctx.Config().AllowMissingDependencies() {
388 extraFlags := ctx.Config().Getenv("ART_BOOT_IMAGE_EXTRA_ARGS")
421 cmd.FlagWithArg("--base=", ctx.Config().LibartImgDeviceBaseAddress())
506 if global.DisableGenerateProfile || ctx.Config().IsPdkBuild() || ctx.Config().UnbundledBuild() {
509 profile := ctx.Config().Once(bootImageProfileRuleKey, func() interface{} {
561 if global.DisableGenerateProfile || ctx.Config().IsPdkBuild() || ctx.Config().UnbundledBuild() {
564 return ctx.Config().Once(bootFrameworkProfileRuleKey, func() interface{} {
603 if ctx.Config().IsPdkBuild() || ctx.Config().UnbundledBuild() {
607 return ctx.Config().Once(updatableBcpPackagesRuleKey, func() interface{} {