/build/soong/cc/ |
D | vndk.go | 118 …ctx.ModuleErrorf("Vendor module that is not VNDK should not link to %q which is marked as `vendor_… 127 ctx.ModuleErrorf("(%s) should not link to %q which is not a vendor-available library", 135 ctx.ModuleErrorf("`extends` refers a non-vndk module %q", to.Name()) 139 ctx.ModuleErrorf( 145 ctx.ModuleErrorf( 157 ctx.ModuleErrorf("(%s) should not link to %q (%s): %v",
|
D | ndk_headers.go | 117 ctx.ModuleErrorf("filepath.Rel(%q, %q) failed: %s", headerDir, 158 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs) 229 ctx.ModuleErrorf("glob %q matched zero files", String(m.properties.From)) 250 ctx.ModuleErrorf("os.Lstat(%q) failed: %s", path.String, err) 255 ctx.ModuleErrorf("os.Readlink(%q) failed: %s", 359 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
|
D | stl.go | 80 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) 127 ctx.ModuleErrorf("stl: %q is not a supported STL", s)
|
D | ndk_prebuilt.go | 82 ctx.ModuleErrorf("NDK prebuilt objects must have an ndk_crt prefixed name") 137 ctx.ModuleErrorf("NDK prebuilt libraries must have an ndk_lib prefixed name")
|
D | pgo.go | 122 ctx.ModuleErrorf("glob: %s", err.Error()) 211 ctx.ModuleErrorf("PGO specification is missing properties: " + missingProps)
|
D | cc.go | 1443 ctx.ModuleErrorf("depends on non-NDK-built library %q", 1458 ctx.ModuleErrorf("links %q built against newer API version %q", 1475 ctx.ModuleErrorf("links %q built against newer API version %q", 1491 ctx.ModuleErrorf("uses %q and depends on %q which uses incompatible %q", 1526 ctx.ModuleErrorf("links a library %q which is not LL-NDK, "+ 1560 ctx.ModuleErrorf("module %q is not a gensrcs or genrule", depName) 1579 ctx.ModuleErrorf("module %q is not a genrule", depName) 1587 …ctx.ModuleErrorf("module %q can only generate a single file if used for a linker flag file", depNa… 1590 ctx.ModuleErrorf("module %q is not a genrule", depName) 1601 ctx.ModuleErrorf("OS mismatch between %q and %q", ctx.ModuleName(), depName) [all …]
|
D | binary.go | 172 ctx.ModuleErrorf("statically linking libc to dynamic executable, please remove libc\n" + 267 ctx.ModuleErrorf("unknown dynamic linker")
|
D | llndk_library.go | 120 ctx.ModuleErrorf("filepath.Rel(%q, %q) failed: %s",
|
/build/soong/sysprop/ |
D | sysprop_library.go | 107 ctx.ModuleErrorf("None of soc_specific, device_specific, product_specific is true. " + 113 ctx.ModuleErrorf("Neither soc_speicifc nor device_specific is true. " +
|
/build/soong/java/ |
D | android_manifest.go | 53 ctx.ModuleErrorf("invalid minSdkVersion: %s", err) 58 …ctx.ModuleErrorf("module attempted to store uncompressed native libraries, but minSdkVersion=%d do…
|
D | prebuilt_apis.go | 63 ctx.ModuleErrorf("invalid scope %q found in path: %q", scope, path) 106 mctx.ModuleErrorf("failed to glob %s files under %q: %s", name, mydir+apiver+"/"+scope, err) 133 mctx.ModuleErrorf("no api file found under %q", mydir)
|
D | support_libraries.go | 56 ctx.ModuleErrorf(module, "unknown module type %t", module)
|
D | dexpreopt.go | 187 ctx.ModuleErrorf("error generating dexpreopt rule: %s", err.Error()) 197 ctx.ModuleErrorf("error generating dexpreopt strip rule: %s", err.Error())
|
D | app.go | 471 ctx.ModuleErrorf("dependency %q missing output file", otherName) 474 ctx.ModuleErrorf("jni_libs dependency %q must be a cc library", otherName) 481 … ctx.ModuleErrorf("certificate dependency %q must be an android_app_certificate module", otherName)
|
D | sdk_library.go | 216 ctx.ModuleErrorf("depends on module %q of unknown tag %q", otherName, tag) 700 mctx.ModuleErrorf("Current api file %#v doesn't exist", path) 714 mctx.ModuleErrorf("One or more current api files are missing. "+
|
D | java.go | 614 …ctx.ModuleErrorf("genrule %q must generate files ending with .jar to be used as a libs or static_l… 675 …ctx.ModuleErrorf("compiles against core Java API, but dependency %q is compiling against non-core … 681 …ctx.ModuleErrorf("compiles against Android API, but dependency %q is compiling against non-public … 687 …ctx.ModuleErrorf("compiles against system API, but dependency %q is compiling against private API.… 740 ctx.ModuleErrorf("dependency on java_sdk_library %q can only be in libs", otherName) 818 ctx.ModuleErrorf("depends on non-java module %q", otherName) 881 ctx.ModuleErrorf("cannot build with Error Prone, missing external/error_prone?")
|
/build/soong/genrule/ |
D | genrule.go | 186 ctx.ModuleErrorf("multiple labels for %q, %q and %q", 205 ctx.ModuleErrorf("depends on disabled module %q", tool) 214 ctx.ModuleErrorf("cannot find path for %q: %v", tool, err) 218 ctx.ModuleErrorf("%q is not a host tool provider", tool) 227 ctx.ModuleErrorf("host tool %q missing output file", tool) 394 ctx.ModuleErrorf("must have at least one output file")
|
/build/blueprint/ |
D | singleton_ctx.go | 38 ModuleErrorf(module Module, format string, args ...interface{}) methodSpec 134 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, func 137 s.error(s.context.ModuleErrorf(logicModule, format, args...))
|
/build/soong/android/ |
D | proto.go | 51 ctx.ModuleErrorf("only one of proto.type and proto.plugin can be specified.")
|
D | paths.go | 66 ModuleErrorf(format string, args ...interface{}) methodSpec 83 mctx.ModuleErrorf(format, args...) 241 ctx.ModuleErrorf(`missing dependency on %q, is the property annotated with android:"path"?`, m) 274 ctx.ModuleErrorf("srcs dependency %q is not a source file producing module", m) 882 ctx.ModuleErrorf(`%s, is the property annotated with android:"path"?`, depErr.Error())
|
D | module.go | 96 ModuleErrorf(fmt string, args ...interface{}) methodSpec 1021 a.ModuleErrorf("module %q not an android module", a.OtherModuleName(aModule)) 1029 a.ModuleErrorf("depends on disabled module %q", a.OtherModuleName(aModule)) 1434 ctx.ModuleErrorf("found source dependency duplicate: %q!", m) 1498 ctx.ModuleErrorf("glob: %s", err.Error()) 1506 ctx.ModuleErrorf("glob: %s", err.Error())
|
D | singleton.go | 33 ModuleErrorf(module blueprint.Module, format string, args ...interface{}) methodSpec
|
D | neverallow.go | 174 ctx.ModuleErrorf("violates " + n.String())
|
/build/soong/apex/ |
D | apex.go | 523 ctx.ModuleErrorf("key is missing") 634 ctx.ModuleErrorf("Unable to use compiled binary at %s", gb.InstallPath()) 748 … ctx.ModuleErrorf("certificate dependency %q must be an android_app_certificate module", depName) 938 ctx.ModuleErrorf("Cannot find file_contexts file: %q", fileContextsPath) 1351 ctx.ModuleErrorf("compile_multilib shouldn't be \"both\" for prebuilt_apex") 1365 ctx.ModuleErrorf("prebuilt_apex does not support %q", ctx.MultiTargets()[0].Arch.String()) 1392 ctx.ModuleErrorf("filename should end in %s for prebuilt_apex", imageApexSuffix)
|
D | key.go | 95 …ctx.ModuleErrorf("public_key %q (keyname:%q) and private_key %q (keyname:%q) do not have same keyn…
|