Home
last modified time | relevance | path

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

/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen.go131 ctx, target, android.CommonModuleInfoKey).ReplacedByPrebuilt
313 if !android.OtherModuleProviderOrDefault(ctx, module, android.CommonModuleInfoKey).Enabled {
/aosp_15_r20/build/soong/genrule/
H A Dgenrule.go118 ctx, target, android.CommonModuleInfoKey).ReplacedByPrebuilt
357 if !android.OtherModuleProviderOrDefault(ctx, module, android.CommonModuleInfoKey).Enabled {
/aosp_15_r20/build/soong/cc/
H A Dtidy.go223 …osName := android.OtherModuleProviderOrDefault(ctx, variant, android.CommonModuleInfoKey).CompileT…
/aosp_15_r20/build/soong/android/
H A Dmodule.go1670 …skipAndroidMkProcessing = OtherModuleProviderOrDefault(ctx, module, CommonModuleInfoKey).SkipAndro…
1876 var CommonModuleInfoKey = blueprint.NewProvider[CommonModuleInfo]() var
2151 SetProvider(ctx, CommonModuleInfoKey, commonData)
H A Dprebuilt.go384 if !OtherModuleProviderOrDefault(ctx, module, CommonModuleInfoKey).ReplacedByPrebuilt {
H A Dbase_module_context.go391 if !OtherModuleProviderOrDefault(b, module, CommonModuleInfoKey).Enabled {
H A Dpaths.go678 if !OtherModuleProviderOrDefault(ctx, *module, CommonModuleInfoKey).Enabled {
/aosp_15_r20/build/soong/dexpreopt/
H A Dconfig.go468 ctx, target, android.CommonModuleInfoKey).ReplacedByPrebuilt
/aosp_15_r20/build/soong/apex/
H A Dapex.go1677 …if !android.OtherModuleProviderOrDefault(ctx, child, android.CommonModuleInfoKey).CanHaveApexVaria…
/aosp_15_r20/build/soong/java/
H A Dbase.go621 …Api(ctx, android.OtherModuleProviderOrDefault(ctx, module, android.CommonModuleInfoKey).BaseModule…