/aosp12/build/soong/java/ |
H A D | classpath_element.go | 77 ModuleErrorf(fmt string, args ...interface{}) 125 ctx.ModuleErrorf("fragment %s is not part of an apex", fragment) 132 ctx.ModuleErrorf("apex %s has multiple fragments, %s and %s", apex, fragment, existing) 160 ctx.ModuleErrorf("library %s is in two separate fragments, %s and %s", library, fragment, f) 171 ctx.ModuleErrorf("library %s is from apexes %s which have no corresponding fragment in %s", 195 …ctx.ModuleErrorf("libraries from the same fragment must be contiguous, however %s and %s from frag…
|
H A D | android_manifest.go | 56 ctx.ModuleErrorf("invalid minSdkVersion: %s", err) 61 …ctx.ModuleErrorf("module attempted to store uncompressed native libraries, but minSdkVersion=%d do… 92 ctx.ModuleErrorf("invalid targetSdkVersion: %s", err) 101 ctx.ModuleErrorf("invalid minSdkVersion: %s", err) 110 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
|
H A D | prebuilt_apis.go | 79 ctx.ModuleErrorf("invalid scope %q found in path: %q", scope, path) 150 mctx.ModuleErrorf("failed to glob %s files under %q: %s", name, dir+"/"+scope, err) 200 mctx.ModuleErrorf("no api file found under %q", mydir) 225 mctx.ModuleErrorf("Found finalized API files in non-numeric dir %v", apiver)
|
H A D | bootclasspath_fragment.go | 248 ctx.ModuleErrorf("ArtApexJars is invalid as it requests a platform variant of %q", jar) 252 …ctx.ModuleErrorf("ArtApexJars configuration incompatible with this module, ArtApexJars expects thi… 259 …ctx.ModuleErrorf("ArtApexJars configuration is inconsistent, expected all jars to be in the same a… 299 …ctx.ModuleErrorf("inconsistency in specification of contents. ArtApexJars configuration specifies … 915 ctx.ModuleErrorf("Ambiguous duplicate deapexer module dependencies %q and %q", 925 ctx.ModuleErrorf("internal error: module does not depend on a `deapexer` module")
|
H A D | sdk_library.go | 1104 ctx.ModuleErrorf("enabled api scope %q depends on disabled scope %q", scope, extends) 1180 ctx.ModuleErrorf(m) 1525 mctx.ModuleErrorf("error checking for presence of %s: %s", baselinePathRelativeToRoot, err) 1530 …mctx.ModuleErrorf("error checking for presence of %s: expected one path, found: %v", baselinePathR… 1703 mctx.ModuleErrorf("Current api file %#v doesn't exist", path) 1717 mctx.ModuleErrorf("One or more current api files are missing. "+ 2161 ctx.ModuleErrorf("implementation library must be of type *java.Library but was %T", to) 2167 ctx.ModuleErrorf("xml permissions file module must be of type *sdkLibraryXml but was %T", to) 2174 ctx.ModuleErrorf("Ambiguous duplicate deapexer module dependencies %q and %q", 2200 …ctx.ModuleErrorf("internal error: module %q does not depend on a `deapexer` module for prebuilt_ap… [all …]
|
/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)) 99 ctx.ModuleErrorf("Can't determine the prebuilt APEX file")
|
H A D | raw_img_ota.go | 189 ctx.ModuleErrorf("image dependency %q does not generate any output", depName) 200 ctx.ModuleErrorf("certificate dependency %q must be an android_app_certificate module", depName) 206 ctx.ModuleErrorf("Cannot get certificate to sign the OTA payload binary: " + keyError.Error())
|
/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… 225 …ctx.ModuleErrorf("%s property %q is not a license module", propertyName, ctx.OtherModuleName(modul… 257 …ctx.ModuleErrorf("module type %q must have an applicable licenses property", ctx.OtherModuleType(m… 267 ctx.ModuleErrorf("duplicate %q %s", l, primaryProperty.getName())
|
H A D | singleton_module.go | 71 …ctx.ModuleErrorf("GenerateAndroidBuildActions already called for variant %q, SingletonModules can … 117 ctx.ModuleErrorf("Duplicate SingletonModule %q, previously used in %s", name, smb.bp)
|
H A D | license.go | 72 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
|
/aosp12/build/soong/cc/ |
H A D | stl.go | 81 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", s) 92 ctx.ModuleErrorf("stl: %q is not a supported STL for windows", s) 112 ctx.ModuleErrorf("stl: %q is not a supported STL on Fuchsia", s) 132 ctx.ModuleErrorf("stl: %q is not a supported STL", s)
|
H A D | ndk_headers.go | 110 ctx.ModuleErrorf("filepath.Rel(%q, %q) failed: %s", headerDir, 143 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs) 219 ctx.ModuleErrorf("glob %q matched zero files", String(m.properties.From)) 341 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
|
H A D | vndk.go | 151 ctx.ModuleErrorf("non-VNDK module should not link to %q which has `private: true`", to.Name()) 166 ctx.ModuleErrorf("(%s) should not link to %q which is not a vendor-available library", 174 ctx.ModuleErrorf("`extends` refers a non-vndk module %q", to.Name()) 178 ctx.ModuleErrorf( 184 ctx.ModuleErrorf( 196 ctx.ModuleErrorf("(%s) should not link to %q (%s): %v", 252 ctx.ModuleErrorf(m, "%s", err)
|
H A D | object.go | 60 ctx.ModuleErrorf("expected exactly one object file for '%s', but got %s", label, objPaths) 155 ctx.ModuleErrorf("compiler must not be nil for a cc_object module") 176 ctx.ModuleErrorf("Could not convert product variable asflag property")
|
H A D | library_headers.go | 57 ctx.ModuleErrorf("Error getting Bazel CcInfo: %s", err) 66 ctx.ModuleErrorf("expected exactly one output file for %q, but got %q", label, outputPaths)
|
H A D | pgo.go | 117 ctx.ModuleErrorf("glob: %s", err.Error()) 207 ctx.ModuleErrorf("PGO specification is missing properties: " + missingProps) 212 ctx.ModuleErrorf("Instrumentation PGO specification is missing benchmark property")
|
H A D | ndk_prebuilt.go | 88 ctx.ModuleErrorf("NDK prebuilt objects must have an ndk_crt prefixed name") 164 ctx.ModuleErrorf("NDK prebuilt libraries must have an ndk_lib prefixed name")
|
H A D | cc.go | 2355 ctx.ModuleErrorf("depends on non-NDK-built library %q", 2370 ctx.ModuleErrorf("links %q built against newer API version %q", 2387 ctx.ModuleErrorf("links %q built against newer API version %q", 2466 ctx.ModuleErrorf("links a library %q which is not LL-NDK, "+ 2543 ctx.ModuleErrorf("module %q is not a genrule", depName) 2554 ctx.ModuleErrorf("module %q is not a genrule", depName) 2569 ctx.ModuleErrorf("Arch mismatch between %q(%v) and %q(%v)", 2612 ctx.ModuleErrorf("module %q is not a header library", depName) 2621 ctx.ModuleErrorf("module %q is not a shared library", depName) 2765 ctx.ModuleErrorf("module %q not a static library", depName) [all …]
|
H A D | sdk.go | 36 …ctx.ModuleErrorf("UseSdk() must return true when AlwaysSdk is set, did the factory forget to set S…
|
/aosp12/build/blueprint/ |
H A D | singleton_ctx.go | 61 ModuleErrorf(module Module, format string, args ...interface{}) 220 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, func 223 s.error(s.context.ModuleErrorf(logicModule, format, args...))
|
/aosp12/system/sepolicy/build/soong/ |
H A D | versioned_policy.go | 118 ctx.ModuleErrorf("Can't set both mapping and target_policy") 127 ctx.ModuleErrorf("Either mapping or target_policy must be set")
|
/aosp12/build/soong/genrule/ |
H A D | genrule.go | 271 ctx.ModuleErrorf("multiple labels for %q, %q and %q", 294 ctx.ModuleErrorf("depends on disabled module %q", tool) 300 ctx.ModuleErrorf("host tool %q missing output file", tool) 322 ctx.ModuleErrorf("cannot find path for %q: %v", tool, err) 326 ctx.ModuleErrorf("%q is not a host tool provider", tool) 387 ctx.ModuleErrorf("must have at least one output file")
|
/aosp12/build/soong/rust/ |
H A D | rust.go | 943 ctx.ModuleErrorf("mod %q not an dylib library", depName) 952 ctx.ModuleErrorf("mod %q not an rlib library", makeLibName) 971 ctx.ModuleErrorf("OS mismatch on dependency %q (%s)", dep.Name(), helper) 974 ctx.ModuleErrorf("Arch mismatch on dependency %q (%s)", dep.Name(), helper) 991 ctx.ModuleErrorf("Invalid output file when adding dep %q to %q", 1006 ctx.ModuleErrorf("OS mismatch between %q and %q", ctx.ModuleName(), depName) 1010 ctx.ModuleErrorf("Arch mismatch between %q and %q", ctx.ModuleName(), depName) 1018 ctx.ModuleErrorf("Invalid output file when adding dep %q to %q", depName, ctx.ModuleName()) 1030 …ctx.ModuleErrorf("'%q' cannot be listed as a whole_static_library in Rust modules unless the outpu…
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_interface.go | 96 …mctx.ModuleErrorf(m.Name() + " is disallowed in release version because it is unstable, and its \"… 217 …mctx.ModuleErrorf("depends on multiple versions of the same aidl_interface: %s", strings.Join(viol… 220 mctx.ModuleErrorf("Dependency path: %s", mctx.GetPathString(true)) 666 …mctx.ModuleErrorf("unstable:true and stability:%q cannot happen at the same time", i.properties.St…
|
/aosp12/build/soong/apex/ |
H A D | classpath_element_test.go | 44 func (t *testClasspathElementContext) ModuleErrorf(fmt string, args ...interface{}) { func 45 t.errs = append(t.errs, t.testContext.ModuleErrorf(t.module, fmt, args...))
|