Searched refs:CommonModuleInfoKey (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/wayland-protocols/ |
H A D | wayland_protocol_codegen.go | 131 ctx, target, android.CommonModuleInfoKey).ReplacedByPrebuilt 313 if !android.OtherModuleProviderOrDefault(ctx, module, android.CommonModuleInfoKey).Enabled {
|
/aosp_15_r20/build/soong/genrule/ |
H A D | genrule.go | 118 ctx, target, android.CommonModuleInfoKey).ReplacedByPrebuilt 357 if !android.OtherModuleProviderOrDefault(ctx, module, android.CommonModuleInfoKey).Enabled {
|
/aosp_15_r20/build/soong/cc/ |
H A D | tidy.go | 223 …osName := android.OtherModuleProviderOrDefault(ctx, variant, android.CommonModuleInfoKey).CompileT…
|
/aosp_15_r20/build/soong/android/ |
H A D | module.go | 1670 …skipAndroidMkProcessing = OtherModuleProviderOrDefault(ctx, module, CommonModuleInfoKey).SkipAndro… 1876 var CommonModuleInfoKey = blueprint.NewProvider[CommonModuleInfo]() var 2151 SetProvider(ctx, CommonModuleInfoKey, commonData)
|
H A D | prebuilt.go | 384 if !OtherModuleProviderOrDefault(ctx, module, CommonModuleInfoKey).ReplacedByPrebuilt {
|
H A D | base_module_context.go | 391 if !OtherModuleProviderOrDefault(b, module, CommonModuleInfoKey).Enabled {
|
H A D | paths.go | 678 if !OtherModuleProviderOrDefault(ctx, *module, CommonModuleInfoKey).Enabled {
|
/aosp_15_r20/build/soong/dexpreopt/ |
H A D | config.go | 468 ctx, target, android.CommonModuleInfoKey).ReplacedByPrebuilt
|
/aosp_15_r20/build/soong/apex/ |
H A D | apex.go | 1677 …if !android.OtherModuleProviderOrDefault(ctx, child, android.CommonModuleInfoKey).CanHaveApexVaria…
|
/aosp_15_r20/build/soong/java/ |
H A D | base.go | 621 …Api(ctx, android.OtherModuleProviderOrDefault(ctx, module, android.CommonModuleInfoKey).BaseModule…
|