Home
last modified time | relevance | path

Searched refs:ModuleErrorf (Results 1 – 25 of 52) sorted by relevance

123

/build/soong/java/
Dandroid_manifest.go64 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
69 …ctx.ModuleErrorf("module attempted to store uncompressed native libraries, but minSdkVersion=%d do…
100 ctx.ModuleErrorf("invalid targetSdkVersion: %s", err)
109 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
118 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
Dprebuilt_apis.go64 ctx.ModuleErrorf("invalid scope %q found in path: %q", scope, path)
110 mctx.ModuleErrorf("failed to glob %s files under %q: %s", name, mydir+apiver+"/"+scope, err)
158 mctx.ModuleErrorf("no api file found under %q", mydir)
Dsdk_library.go804 …ctx.ModuleErrorf("requires api scope %s from %s but it only has %q available", apiScope.name, c.mo…
953 ctx.ModuleErrorf("enabled api scope %q depends on disabled scope %q", scope, extends)
1314 mctx.ModuleErrorf("error checking for presence of %s: %s", baselinePathRelativeToRoot, err)
1319 …mctx.ModuleErrorf("error checking for presence of %s: expected one path, found: %v", baselinePathR…
1488 mctx.ModuleErrorf("Current api file %#v doesn't exist", path)
1502 mctx.ModuleErrorf("One or more current api files are missing. "+
1929 ctx.ModuleErrorf("implementation library must be of type *java.Library but was %T", to)
1935 ctx.ModuleErrorf("xml permissions file module must be of type *sdkLibraryXml but was %T", to)
Dapp.go125 ctx.ModuleErrorf("Invalid %s: %s", archVar, deviceArch)
875 ctx.ModuleErrorf("dependency %q missing output file", otherName)
878 ctx.ModuleErrorf("jni_libs dependency %q must be a cc library", otherName)
888 … ctx.ModuleErrorf("certificate dependency %q must be an android_app_certificate module", otherName)
1455 …ctx.ModuleErrorf("One and only one of certficate, presigned, and default_dev_cert properties must …
1513 ctx.ModuleErrorf("Unexpected number of certificates were extracted: %q", certificates)
1923 ctx.ModuleErrorf("module %q in uses_libs or optional_uses_libs must"+
1940 ctx.ModuleErrorf("module %q in uses_libs or optional_uses_libs must be "+
Ddexpreopt.go219 ctx.ModuleErrorf("error generating dexpreopt rule: %s", err.Error())
/build/soong/cc/
Dstl.go80 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", s)
91 ctx.ModuleErrorf("stl: %q is not a supported STL for windows", s)
111 ctx.ModuleErrorf("stl: %q is not a supported STL on Fuchsia", s)
131 ctx.ModuleErrorf("stl: %q is not a supported STL", s)
Dndk_headers.go115 ctx.ModuleErrorf("filepath.Rel(%q, %q) failed: %s", headerDir,
148 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
229 ctx.ModuleErrorf("glob %q matched zero files", String(m.properties.From))
356 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
Dpgo.go122 ctx.ModuleErrorf("glob: %s", err.Error())
212 ctx.ModuleErrorf("PGO specification is missing properties: " + missingProps)
217 ctx.ModuleErrorf("Instrumentation PGO specification is missing benchmark property")
Dvndk.go149 …ctx.ModuleErrorf("Vendor module that is not VNDK should not link to %q which is marked as `vendor_…
158 ctx.ModuleErrorf("(%s) should not link to %q which is not a vendor-available library",
166 ctx.ModuleErrorf("`extends` refers a non-vndk module %q", to.Name())
170 ctx.ModuleErrorf(
176 ctx.ModuleErrorf(
188 ctx.ModuleErrorf("(%s) should not link to %q (%s): %v",
469 ctx.ModuleErrorf("name(%s) is unknown.", txt.Name())
Dndk_prebuilt.go89 ctx.ModuleErrorf("NDK prebuilt objects must have an ndk_crt prefixed name")
166 ctx.ModuleErrorf("NDK prebuilt libraries must have an ndk_lib prefixed name")
Dsdk.go36 …ctx.ModuleErrorf("UseSdk() must return true when AlwaysSdk is set, did the factory forget to set S…
Dcc.go2066 ctx.ModuleErrorf("Attempting to link VNDK cc.Module with unsupported module type")
2104 ctx.ModuleErrorf("depends on non-NDK-built library %q",
2119 ctx.ModuleErrorf("links %q built against newer API version %q",
2136 ctx.ModuleErrorf("links %q built against newer API version %q",
2152 ctx.ModuleErrorf("uses %q and depends on %q which uses incompatible %q",
2187 ctx.ModuleErrorf("links a library %q which is not LL-NDK, "+
2245 ctx.ModuleErrorf("module %q is not a gensrcs or genrule", depName)
2265 ctx.ModuleErrorf("module %q is not a genrule", depName)
2273 …ctx.ModuleErrorf("module %q can only generate a single file if used for a linker flag file", depNa…
2276 ctx.ModuleErrorf("module %q is not a genrule", depName)
[all …]
/build/soong/apex/
Dprebuilt.go173 ctx.ModuleErrorf("compile_multilib shouldn't be \"both\" for prebuilt_apex")
187 ctx.ModuleErrorf("prebuilt_apex does not support %q", ctx.MultiTargets()[0].Arch.String())
202 ctx.ModuleErrorf("filename should end in %s for prebuilt_apex", imageApexSuffix)
312 ctx.ModuleErrorf("filename should end in %s for apex_set", imageApexSuffix)
Dvndk.go128 ctx.ModuleErrorf("apex_vndk should be named as %v<ver:number>: %s", vndkApexNamePrefix, name)
Dapex.go804 mctx.ModuleErrorf("base property is not set")
1455 ctx.ModuleErrorf("key is missing")
1671 ctx.ModuleErrorf("Unable to use compiled binary at %s", gb.InstallPath())
1879 …ctx.ModuleErrorf("%q requires %q that is not available for the APEX. Dependency path:%s", fromName…
1942 ctx.ModuleErrorf("%q required by %q is a native library providing stub. "+
2143 … ctx.ModuleErrorf("certificate dependency %q must be an android_app_certificate module", depName)
2218 …ctx.ModuleErrorf("unexpected tag %s for indirect dependency %q", android.PrettyPrintTag(depTag), d…
2330 ctx.ModuleErrorf("cannot depend on \"%v\": %v", ctx.OtherModuleName(module), err)
/build/blueprint/
Dsingleton_ctx.go51 ModuleErrorf(module Module, format string, args ...interface{}) methodSpec
201 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, func
204 s.error(s.context.ModuleErrorf(logicModule, format, args...))
/build/soong/genrule/
Dgenrule.go214 ctx.ModuleErrorf("multiple labels for %q, %q and %q",
233 ctx.ModuleErrorf("depends on disabled module %q", tool)
242 ctx.ModuleErrorf("cannot find path for %q: %v", tool, err)
246 ctx.ModuleErrorf("%q is not a host tool provider", tool)
255 ctx.ModuleErrorf("host tool %q missing output file", tool)
490 ctx.ModuleErrorf("must have at least one output file")
/build/soong/rust/
Drust.go760 ctx.ModuleErrorf("Invalid output file when adding dep %q to %q", depName, ctx.ModuleName())
767 ctx.ModuleErrorf("mod %q not an dylib library", depName)
775 ctx.ModuleErrorf("mod %q not an rlib library", depName)
795 ctx.ModuleErrorf("OS mismatch on dependency %q (%s)", dep.Name(), helper)
798 ctx.ModuleErrorf("Arch mismatch on dependency %q (%s)", dep.Name(), helper)
821 ctx.ModuleErrorf("OS mismatch between %q and %q", ctx.ModuleName(), depName)
825 ctx.ModuleErrorf("Arch mismatch between %q and %q", ctx.ModuleName(), depName)
836 ctx.ModuleErrorf("Invalid output file when adding dep %q to %q", depName, ctx.ModuleName())
/build/soong/sysprop/
Dsysprop_library.go384 ctx.ModuleErrorf("API file %#v doesn't exist", path)
397 ctx.ModuleErrorf("One or more api files are missing. "+
417 ctx.ModuleErrorf("None of soc_specific, device_specific, product_specific is true. " +
424 ctx.ModuleErrorf("Neither soc_speicifc nor device_specific is true. " +
/build/soong/android/
Dpath_properties_test.go56 ctx.ModuleErrorf("GetDirectDepWithTag failed")
Dpaths.go80 ModuleErrorf(format string, args ...interface{}) methodSpec
97 mctx.ModuleErrorf(format, args...)
278 ctx.ModuleErrorf(`missing dependency on %q, is the property annotated with android:"path"?`, m)
339 ctx.ModuleErrorf("path dependency %q: %s", e, err)
343 ctx.ModuleErrorf("path dependency %q is not an output file producing module", e)
347 ctx.ModuleErrorf("path dependency %q is not a source file producing module", e)
1026 ctx.ModuleErrorf(`%s, is the property annotated with android:"path"?`, depErr.Error())
Dproto.go51 ctx.ModuleErrorf("only one of proto.type and proto.plugin can be specified.")
Dsoong_config_modules.go367 ctx.ModuleErrorf("%s", err)
Dmodule.go72 ModuleErrorf(fmt string, args ...interface{}) methodSpec
1419 e.ModuleErrorf("glob: %s", err.Error())
1427 e.ModuleErrorf("glob: %s", err.Error())
1435 b.ModuleErrorf("os.Lstat(%q) failed: %s", path.String(), err)
1443 b.ModuleErrorf("os.Readlink(%q) failed: %s", path.String(), err)
1685 b.ModuleErrorf("module %q not an android module", b.OtherModuleName(module))
1693 b.ModuleErrorf("depends on disabled module %q", b.OtherModuleName(aModule))
2174 ctx.ModuleErrorf("found source dependency duplicate: %q!", s)
/build/soong/sdk/
Dupdate.go127 …ctx.ModuleErrorf("module %q is not valid in property %s", ctx.OtherModuleName(child), memberType.S…
427 ctx.ModuleErrorf("%s", message.String())
434 ctx.ModuleErrorf("error extracting common properties: %s", err)
625 s.ctx.ModuleErrorf("conflicting copy, %s copied from both %s and %s", dest, existing, src)
753 s.ctx.ModuleErrorf("Required member reference %s is not a member of the sdk", unversionedName)
772 s.ctx.ModuleErrorf("Required member reference %s is not a member of the sdk", unversionedName)

123