/aosp12/build/blueprint/ |
H A D | visit_test.go | 57 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 D | prebuilt.go | 88 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 D | raw_img_ota.go | 183 depName := ctx.OtherModuleName(module) 195 depName := ctx.OtherModuleName(module)
|
/aosp12/build/soong/android/ |
H A D | licenses.go | 172 …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 D | license.go | 70 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 D | bazel_paths.go | 78 OtherModuleName(m blueprint.Module) string 334 moduleName := ctx.OtherModuleName(module)
|
H A D | path_properties_test.go | 60 p.sourceDeps = append(p.sourceDeps, ctx.OtherModuleName(dep))
|
H A D | visibility.go | 448 depName := ctx.OtherModuleName(dep) 570 moduleName := ctx.OtherModuleName(module)
|
H A D | proto.go | 76 ctx.OtherModuleName(dep))
|
H A D | defaults.go | 304 ctx.OtherModuleName(module))
|
H A D | module.go | 146 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 D | vintf_compatibility_matrix.go | 121 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 D | hiddenapi_singleton.go | 148 name := ctx.OtherModuleName(module) 161 … configured in boot jars but does not support being added to an apex", ctx.OtherModuleName(module))
|
H A D | platform_bootclasspath.go | 218 …updatable apexes %q is not allowed in the framework boot image", ctx.OtherModuleName(m), apexInfo.… 233 name := ctx.OtherModuleName(m)
|
H A D | device_host_converter.go | 110 ctx.PropertyErrorf("libs", "module %q cannot be used as a dependency", ctx.OtherModuleName(m))
|
H A D | robolectric.go | 164 r.libs = append(r.libs, ctx.OtherModuleName(dep)) 165 if !android.InList(ctx.OtherModuleName(dep), config.FrameworkLibraries) {
|
H A D | droidstubs.go | 335 "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 D | app.go | 746 otherName := ctx.OtherModuleName(module) 769 name: ctx.OtherModuleName(module), 1256 dep := ctx.OtherModuleName(m)
|
H A D | droiddoc.go | 355 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 D | python.go | 448 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 D | prebuilt.go | 171 name := android.RemoveOptionalPrebuiltPrefix(ctx.OtherModuleName(child)) 357 depName := mctx.OtherModuleName(child) 574 name := android.RemoveOptionalPrebuiltPrefix(ctx.OtherModuleName(child))
|
H A D | apex.go | 889 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 D | selinux_contexts.go | 147 ctx.OtherModuleName(dep)) 447 panic(fmt.Errorf("unknown dependency %q for %q", ctx.OtherModuleName(c), ctx.ModuleName()))
|
/aosp12/build/soong/cc/ |
H A D | cc.go | 1238 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 D | update.go | 158 …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)
|