Home
last modified time | relevance | path

Searched refs:OtherModuleDependencyTag (Results 1 – 25 of 39) sorted by relevance

12

/build/soong/android/
Dlicense_metadata.go73 if isContainer || IsInstallDepNeeded(ctx.OtherModuleDependencyTag(dep)) {
77 depAnnotations := licenseAnnotationsFromTag(ctx.OtherModuleDependencyTag(dep))
Dpath_properties_test.go59 if _, ok := ctx.OtherModuleDependencyTag(dep).(sourceOrOutputDependencyTag); ok {
Dmodule.go163 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag methodSpec
1920 …if IsInstallDepNeeded(ctx.OtherModuleDependencyTag(dep)) && !dep.IsHideFromMake() && !dep.IsSkipIn…
2248 …ctx.validateAndroidModule(bm, ctx.OtherModuleDependencyTag(m), ctx.baseModuleContext.strictVisitDe…
2459 func (b *baseModuleContext) OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag { func
2460 return b.bp.OtherModuleDependencyTag(m)
2767 returnedTag := b.bp.OtherModuleDependencyTag(aModule)
2773 returnedTag := b.bp.OtherModuleDependencyTag(module)
2817 if b.bp.OtherModuleDependencyTag(aModule) == tag {
2854 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit…
2862 if b.bp.OtherModuleDependencyTag(module) == tag {
[all …]
Ddefaults.go355 if ctx.OtherModuleDependencyTag(module) == DefaultsDepTag {
Dapex.go164 depTag := ctx.OtherModuleDependencyTag(dep)
671 if _, ok := mctx.OtherModuleDependencyTag(dep).(CopyDirectlyInAnyApexTag); ok {
Dpackaging.go227 if pi, ok := ctx.OtherModuleDependencyTag(child).(PackagingItem); !ok || !pi.IsPackagingItem() {
Dprebuilt.go356 if t := ctx.OtherModuleDependencyTag(child); t == PrebuiltDepTag {
Dvisibility.go443 tag := ctx.OtherModuleDependencyTag(dep)
/build/soong/cc/
Dpgo.go286 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
299 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
Dsabi.go184 depTag := mctx.OtherModuleDependencyTag(child)
Dafdo.go137 tag := mctx.OtherModuleDependencyTag(dep)
Dlto.go173 tag := mctx.OtherModuleDependencyTag(dep)
Dcoverage.go122 if depTag, ok := ctx.OtherModuleDependencyTag(m).(libraryDependencyTag); ok {
Dcc.go2547 depTag := ctx.OtherModuleDependencyTag(dep)
2573 depTag := ctx.OtherModuleDependencyTag(child)
2646 depTag := ctx.OtherModuleDependencyTag(dep)
2988 depTag := ctx.OtherModuleDependencyTag(dep)
3410 depTag := ctx.OtherModuleDependencyTag(dep)
/build/soong/java/
Dbootclasspath.go128 t := ctx.OtherModuleDependencyTag(module)
Dapp.go310 if !IsJniDepTag(ctx.OtherModuleDependencyTag(m)) {
436 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag {
749 tag := ctx.OtherModuleDependencyTag(module)
877 if IsJniDepTag(ctx.OtherModuleDependencyTag(dep)) {
1303 tag, isUsesLibTag := ctx.OtherModuleDependencyTag(m).(usesLibraryDependencyTag)
Daar.go428 depTag := ctx.OtherModuleDependencyTag(module)
564 …if lib, ok := m.(AndroidLibraryDependency); ok && ctx.OtherModuleDependencyTag(m) == staticLibTag {
Dbootclasspath_fragment.go470 tag := ctx.OtherModuleDependencyTag(dep)
552 tag := ctx.OtherModuleDependencyTag(module)
Dsdk_library.go1259 tag := ctx.OtherModuleDependencyTag(to)
1614 depTag := mctx.OtherModuleDependencyTag(dep)
2207 depTag := mctx.OtherModuleDependencyTag(dep)
2256 tag := ctx.OtherModuleDependencyTag(to)
Dbase.go297 if staticLibTag == ctx.OtherModuleDependencyTag(dep) {
522 tag := ctx.OtherModuleDependencyTag(module)
1882 tag := ctx.OtherModuleDependencyTag(module)
/build/blueprint/
Dvisit_test.go56 if ctx.OtherModuleDependencyTag(dep) != visitTagDep {
Dmodule_ctx.go291 OtherModuleDependencyTag(m Module) DependencyTag methodSpec
528 func (m *baseModuleContext) OtherModuleDependencyTag(logicModule Module) DependencyTag { func
/build/soong/apex/
Dprebuilt.go176 tag := ctx.OtherModuleDependencyTag(child)
348 tag := ctx.OtherModuleDependencyTag(dep)
392 tag := mctx.OtherModuleDependencyTag(child)
605 tag := ctx.OtherModuleDependencyTag(child)
Dapex.go896 depTag := mctx.OtherModuleDependencyTag(child)
1734 depTag := ctx.OtherModuleDependencyTag(child)
1809 depTag := ctx.OtherModuleDependencyTag(child)
2586 if tag := ctx.OtherModuleDependencyTag(module); tag == bcpfTag || tag == sscpfTag {
2600 tag := ctx.OtherModuleDependencyTag(module)
2674 if ctx.OtherModuleDependencyTag(module) != executableTag {
/build/soong/dexpreopt/
Dconfig.go461 if parent == ctx.Module() && ctx.OtherModuleDependencyTag(child) == Dex2oatDepTag {
470 if parent == dex2oatModule && ctx.OtherModuleDependencyTag(child) == android.PrebuiltDepTag {

12