Home
last modified time | relevance | path

Searched refs:OtherModuleName (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/build/blueprint/
H A Dvisit_test.go57 panic(fmt.Errorf("unexpected dependency tag on %q", ctx.OtherModuleName(dep)))
59 m.properties.VisitDepsDepthFirst = m.properties.VisitDepsDepthFirst + ctx.OtherModuleName(dep)
62 return ctx.OtherModuleName(dep) != "B"
64 … m.properties.VisitDepsDepthFirstIf = m.properties.VisitDepsDepthFirstIf + ctx.OtherModuleName(dep)
67 m.properties.VisitDirectDeps = m.properties.VisitDirectDeps + ctx.OtherModuleName(dep)
70 return ctx.OtherModuleName(dep) != "B"
72 m.properties.VisitDirectDepsIf = m.properties.VisitDirectDepsIf + ctx.OtherModuleName(dep)
/aosp12/packages/modules/Gki/build/
H A Dprebuilt.go88 ctx.ModuleErrorf("Cannot get output files from %q: %s", ctx.OtherModuleName(m), err)
90 ctx.ModuleErrorf("%q generated %d files", ctx.OtherModuleName(m), len(srcFiles))
95 ctx.ModuleErrorf("%q is not a prebuilt_apex", ctx.OtherModuleName(m))
H A Draw_img_ota.go183 depName := ctx.OtherModuleName(module)
195 depName := ctx.OtherModuleName(module)
/aosp12/build/soong/android/
H A Dlicenses.go172 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
189 …ctx.ModuleErrorf("%s property %q is not a license module", propertyName, ctx.OtherModuleName(modul…
211 licenses = append(licenses, ctx.OtherModuleName(module))
225 …ctx.ModuleErrorf("%s property %q is not a license module", propertyName, ctx.OtherModuleName(modul…
H A Dlicense.go70 mergeStringProps(&m.base().commonProperties.Effective_license_kinds, ctx.OtherModuleName(module))
72 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
H A Dbazel_paths.go78 OtherModuleName(m blueprint.Module) string
334 moduleName := ctx.OtherModuleName(module)
H A Dpath_properties_test.go60 p.sourceDeps = append(p.sourceDeps, ctx.OtherModuleName(dep))
H A Dvisibility.go448 depName := ctx.OtherModuleName(dep)
570 moduleName := ctx.OtherModuleName(module)
H A Dproto.go76 ctx.OtherModuleName(dep))
H A Ddefaults.go304 ctx.OtherModuleName(module))
H A Dmodule.go146 OtherModuleName(m blueprint.Module) string
2018 func (b *baseModuleContext) OtherModuleName(m blueprint.Module) string { func
2019 return b.bp.OtherModuleName(m)
2260 b.ModuleErrorf("module %q not an android module", b.OtherModuleName(module))
2267 b.AddMissingDependencies([]string{b.OtherModuleName(aModule)})
2269 b.ModuleErrorf("depends on disabled module %q", b.OtherModuleName(aModule))
2292 } else if b.bp.OtherModuleName(module) == name {
/aosp12/hardware/interfaces/compatibility_matrices/build/
H A Dvintf_compatibility_matrix.go121 ctx.ModuleErrorf("Implicit dependency %q has no srcs", ctx.OtherModuleName(schemaModule))
127 …ctx.PropertyErrorf(`srcs of implicit dependency %q has length %d != 1`, ctx.OtherModuleName(schema…
157 "module %q is not a kernel_config", ctx.OtherModuleName(m))
/aosp12/build/soong/java/
H A Dhiddenapi_singleton.go148 name := ctx.OtherModuleName(module)
161 … configured in boot jars but does not support being added to an apex", ctx.OtherModuleName(module))
H A Dplatform_bootclasspath.go218 …updatable apexes %q is not allowed in the framework boot image", ctx.OtherModuleName(m), apexInfo.…
233 name := ctx.OtherModuleName(m)
H A Ddevice_host_converter.go110 ctx.PropertyErrorf("libs", "module %q cannot be used as a dependency", ctx.OtherModuleName(m))
H A Drobolectric.go164 r.libs = append(r.libs, ctx.OtherModuleName(dep))
165 if !android.InList(ctx.OtherModuleName(dep), config.FrameworkLibraries) {
H A Ddroidstubs.go335 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m))
346 "module %q is not a metalava merge-annotations dir", ctx.OtherModuleName(m))
389 "module %q is not a metalava api-levels-annotations dir", ctx.OtherModuleName(m))
H A Dapp.go746 otherName := ctx.OtherModuleName(module)
769 name: ctx.OtherModuleName(module),
1256 dep := ctx.OtherModuleName(m)
H A Ddroiddoc.go355 otherName := ctx.OtherModuleName(module)
618 …opertyErrorf("custom_template", "module %q is not a droiddoc_exported_dir", ctx.OtherModuleName(m))
/aosp12/build/soong/python/
H A Dpython.go448 sharedLibs = append(sharedLibs, ctx.OtherModuleName(dep))
678 ctx.ModuleName(), ctx.OtherModuleName(child))
685 path.dest, path.src.String(), ctx.ModuleName(), ctx.OtherModuleName(child))
690 path.dest, path.src.String(), ctx.ModuleName(), ctx.OtherModuleName(child))
/aosp12/build/soong/apex/
H A Dprebuilt.go171 name := android.RemoveOptionalPrebuiltPrefix(ctx.OtherModuleName(child))
357 depName := mctx.OtherModuleName(child)
574 name := android.RemoveOptionalPrebuiltPrefix(ctx.OtherModuleName(child))
H A Dapex.go889 depName := mctx.OtherModuleName(child)
1660 depName := ctx.OtherModuleName(child)
2276 fromName := ctx.OtherModuleName(from)
2277 toName := ctx.OtherModuleName(to)
2329 ctx.ModuleErrorf("cannot depend on \"%v\": %v", ctx.OtherModuleName(module), err)
2363 fromName := ctx.OtherModuleName(from)
2364 toName := ctx.OtherModuleName(to)
/aosp12/system/sepolicy/build/soong/
H A Dselinux_contexts.go147 ctx.OtherModuleName(dep))
447 panic(fmt.Errorf("unknown dependency %q for %q", ctx.OtherModuleName(c), ctx.ModuleName()))
/aosp12/build/soong/cc/
H A Dcc.go1238 name := ctx.OtherModuleName(c)
2356 ctx.OtherModuleName(to.Module()))
2371 ctx.OtherModuleName(to.Module()), "current")
2388 ctx.OtherModuleName(to.Module()), to.SdkVersion())
2404 from.SelectedStl(), ctx.OtherModuleName(to.Module()),
2468 "Dependency list: %s", ctx.OtherModuleName(to), ctx.GetPathString(false))
2510 depName := ctx.OtherModuleName(dep)
3260 if strings.HasPrefix(ctx.OtherModuleName(c), "libclang_rt") {
/aosp12/build/soong/sdk/
H A Dupdate.go158 …ctx.ModuleErrorf("module %q is not valid in property %s", ctx.OtherModuleName(child), memberType.S…
200 name := ctx.OtherModuleName(variant)
472 name := android.RemoveOptionalPrebuiltPrefix(ctx.OtherModuleName(dep.variant))
651 memberName := ctx.OtherModuleName(memberVariantDep.variant)

12