Home
last modified time | relevance | path

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

1234

/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.go53 ctx.ModuleErrorf("invalid targetSdkVersion: %s", err)
80 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
85 …ctx.ModuleErrorf("module attempted to store uncompressed native libraries, but minSdkVersion=%d do…
136 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
145 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
Dprebuilt_apis.go83 ctx.ModuleErrorf("invalid scope %q found in path: %q", scope, p)
97 ctx.ModuleErrorf("Found finalized API files in non-numeric dir '%v'", v)
176 mctx.ModuleErrorf("failed to glob %s files under %q: %s", subdir_glob, dir+"/"+scope, err)
219 mctx.ModuleErrorf("no api file found under %q", mctx.ModuleDir())
259 …mctx.ModuleErrorf("Module %v finalized for extension %d but never during an API level; likely erro…
Dhiddenapi_monolithic.go74 ctx.ModuleErrorf("%s does not provide hidden API information", fragment)
/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…
271 …ctx.ModuleErrorf("module type %q must have an applicable licenses property", ctx.OtherModuleType(m…
281 ctx.ModuleErrorf("duplicate %q %s", l, primaryProperty.getName())
Ddeapexer.go162 ctx.ModuleErrorf("Multiple installable prebuilt APEXes provide ambiguous deapexers: %s and %s",
171 …ctx.ModuleErrorf("No prebuilt APEX provides a deapexer module for APEX variant %s", ai.ApexVariati…
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)
Dbazel.go382 ModuleErrorf(format string, args ...interface{}) methodSpec
410 …ctx.ModuleErrorf("A module cannot be in moduleAlwaysConvert and also be in moduleTypeAlwaysConvert…
416 ctx.ModuleErrorf("a module cannot be in moduleDoNotConvert and also be in moduleAlwaysConvert")
423 ctx.ModuleErrorf("A module cannot be in a directory listed in keepExistingBuildFile"+
432 ctx.ModuleErrorf("A module cannot be in a directory marked Bp2BuildDefaultTrue"+
Dproto.go65 ctx.ModuleErrorf("only one of proto.type and proto.plugin can be specified.")
193 ctx.ModuleErrorf("Could not cast ProtoProperties to expected type")
204 ctx.ModuleErrorf("Cannot handle arch-variant types for protos at this time.")
Dlicense.go72 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
Dbazel_paths.go82 ModuleErrorf(format string, args ...interface{}) methodSpec
91 ModuleErrorf(fmt string, args ...interface{}) methodSpec
139 ctx.ModuleErrorf("%q, is not a module reference", module)
Dpath_properties_test.go68 ctx.ModuleErrorf("GetDirectDepWithTag failed")
/build/soong/cc/
Dstl.go82 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", s)
93 ctx.ModuleErrorf("stl: %q is not a supported STL for windows", s)
113 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)
Dpgo.go113 ctx.ModuleErrorf("glob: %s", err.Error())
203 ctx.ModuleErrorf("PGO specification is missing properties: " + missingProps)
208 ctx.ModuleErrorf("Instrumentation PGO specification is missing benchmark property")
212 ctx.ModuleErrorf("Sampling PGO is deprecated, use AFDO instead")
Dlibrary_headers.go61 ctx.ModuleErrorf("Error getting Bazel CcInfo: %s", err)
70 ctx.ModuleErrorf("expected exactly one output file for %q, but got %q", label, outputPaths)
Dvndk.go146 ctx.ModuleErrorf("non-VNDK module should not link to %q which has `private: true`", to.Name())
161 ctx.ModuleErrorf("(%s) should not link to %q which is not a vendor-available library",
169 ctx.ModuleErrorf("`extends` refers a non-vndk module %q", to.Name())
173 ctx.ModuleErrorf(
179 ctx.ModuleErrorf(
191 ctx.ModuleErrorf("(%s) should not link to %q (%s): %v",
247 ctx.ModuleErrorf(m, "%s", err)
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")
Dsdk.go36 …ctx.ModuleErrorf("UseSdk() must return true when AlwaysSdk is set, did the factory forget to set S…
Dbp2build.go194 ctx.ModuleErrorf("Migrating static/shared only proto srcs is not currently supported")
209 …ctx.ModuleErrorf("Bp2BuildParsePrebuiltLibraryProps: Expected at most one source file for %s %s\n"…
372 …ctx.ModuleErrorf("Unsupported conversion: module with different stl for different variants: %s and…
390 …ctx.ModuleErrorf("Could not convert product variable %s property", proptools.PropertyNameForField(…
706 ctx.ModuleErrorf("nocrt is not supported for arch variants")
772 ctx.ModuleErrorf("Could not convert product variable %s property", name)
775 ctx.ModuleErrorf("Could not convert product variable %s property", dep.excludesField)
953 …ctx.ModuleErrorf("bp2build cannot migrate a module with arch/target-specific static_executable val…
/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/python/
Dlibrary.go62 ctx.ModuleErrorf("bp2build converter doesn't understand having neither py2 nor py3 enabled")
/build/soong/rust/
Dtoolchain_library.go96 ctx.ModuleErrorf("Called rustSetToolchainSource on a non-Rust Module.")
Dtest.go151 ctx.ModuleErrorf("data_lib %q is not a linkable module", depName)
164 ctx.ModuleErrorf("data_bin %q is not a linkable module", depName)
/build/soong/bazel/
Dtesting.go100 func (omc *OtherModuleTestContext) ModuleErrorf(format string, args ...interface{}) { func

1234