Home
last modified time | relevance | path

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

123

/build/soong/java/
Dclasspath_element.go77 ModuleErrorf(fmt string, args ...interface{}) methodSpec
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…
Dandroid_manifest.go56 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)
Dprebuilt_apis.go79 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)
Dbootclasspath_fragment.go248 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")
Dapp_set.go104 ctx.ModuleErrorf("Target %d has invalid Arch: %s", targetIdx, deviceArch)
Dhiddenapi_singleton.go161 …ctx.ModuleErrorf("%s is configured in boot jars but does not support being added to an apex", ctx.…
Dplatform_bootclasspath.go218 …ctx.ModuleErrorf("module %q from updatable apexes %q is not allowed in the framework boot image", …
242 … ctx.ModuleErrorf("module %q from platform is not allowed in the updatable boot jars list", name)
Dhiddenapi_modular.go286 …ctx.ModuleErrorf("dependency %s of module type %s does not support providing a dex jar", module, c…
291 …ctx.ModuleErrorf("dependency %s does not provide a dex jar, consider setting compile_dex: true", m…
1034 ctx.ModuleErrorf("module %s does not implement hiddenAPIModule", module)
1204 ctx.ModuleErrorf("module %s does not provide a dex jar", module)
/build/soong/android/
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…
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())
Dsingleton_module.go71 …ctx.ModuleErrorf("GenerateAndroidBuildActions already called for variant %q, SingletonModules can …
117 ctx.ModuleErrorf("Duplicate SingletonModule %q, previously used in %s", name, smb.bp)
Dlicense.go72 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
Dpath_properties_test.go67 ctx.ModuleErrorf("GetDirectDepWithTag failed")
Dproto.go51 ctx.ModuleErrorf("only one of proto.type and proto.plugin can be specified.")
/build/soong/cc/
Dstl.go81 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)
Dndk_headers.go110 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)
Dlibrary_headers.go57 ctx.ModuleErrorf("Error getting Bazel CcInfo: %s", err)
66 ctx.ModuleErrorf("expected exactly one output file for %q, but got %q", label, outputPaths)
Dobject.go60 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")
Dsdk.go36 …ctx.ModuleErrorf("UseSdk() must return true when AlwaysSdk is set, did the factory forget to set S…
Dpgo.go117 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")
Dndk_prebuilt.go88 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")
/build/blueprint/
Dsingleton_ctx.go61 ModuleErrorf(module Module, format string, args ...interface{}) methodSpec
220 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, func
223 s.error(s.context.ModuleErrorf(logicModule, format, args...))
/build/soong/genrule/
Dgenrule.go271 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")
/build/soong/rust/
Drust.go943 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…
/build/soong/apex/
Dclasspath_element_test.go44 func (t *testClasspathElementContext) ModuleErrorf(fmt string, args ...interface{}) { func
45 t.errs = append(t.errs, t.testContext.ModuleErrorf(t.module, fmt, args...))
Dvndk.go113 ctx.ModuleErrorf("apex_vndk should be named as %v<ver:number>: %s", vndkApexNamePrefix, name)

123