Home
last modified time | relevance | path

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

1234

/build/soong/java/
Dclasspath_element.go77 ModuleErrorf(fmt string, args ...interface{}) methodSpec
127 ctx.ModuleErrorf("fragment %s is not part of an apex", fragment)
134 ctx.ModuleErrorf("apex %s has multiple fragments, %s and %s", apex, fragment, existing)
162 ctx.ModuleErrorf("library %s is in two separate fragments, %s and %s", library, fragment, f)
173 ctx.ModuleErrorf("library %s is from apexes %s which have no corresponding fragment in %s",
197 …ctx.ModuleErrorf("libraries from the same fragment must be contiguous, however %s and %s from frag…
Dandroid_manifest.go56 ctx.ModuleErrorf("invalid targetSdkVersion: %s", err)
107 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
112 …ctx.ModuleErrorf("module attempted to store uncompressed native libraries, but minSdkVersion=%s do…
164 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
169 ctx.ModuleErrorf("invalid ReplaceMaxSdkVersionPlaceholder: %s", err)
178 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)
223 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)
Dbootclasspath_fragment.go343 ctx.ModuleErrorf("ArtApexJars is invalid as it requests a platform variant of %q", jar)
347 …ctx.ModuleErrorf("ArtApexJars configuration incompatible with this module, ArtApexJars expects thi…
354 …ctx.ModuleErrorf("ArtApexJars configuration is inconsistent, expected all jars to be in the same a…
381 …ctx.ModuleErrorf("inconsistency in specification of contents. ArtApexJars configuration specifies …
653 ctx.ModuleErrorf("%s in contents must also be declared in PRODUCT_APEX_BOOT_JARS", unknown)
784 …ctx.ModuleErrorf(`Must specify at least one of the split_packages, package_prefixes and single_pac…
1220 ctx.ModuleErrorf("Unable to produce boot image files: profiles not found in the prebuilt apex")
/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)
Dlicense.go108 ctx.ModuleErrorf("Duplicated license kind: %q", license)
125 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
Dproto.go57 ctx.ModuleErrorf("only one of proto.type and proto.plugin can be specified.")
213 ctx.ModuleErrorf("Could not cast ProtoProperties to expected type")
232 ctx.ModuleErrorf("Cannot handle arch-variant types for protos at this time.")
Dbazel.go384 ModuleErrorf(format string, args ...interface{}) methodSpec
419 …ctx.ModuleErrorf("A module cannot be in moduleAlwaysConvert and also be in moduleTypeAlwaysConvert…
425 ctx.ModuleErrorf("a module cannot be in moduleDoNotConvert and also be in moduleAlwaysConvert")
433 ctx.ModuleErrorf("A module cannot be in a directory marked Bp2BuildDefaultTrue"+
/build/soong/python/
Dbp2build.go102 ctx.ModuleErrorf("pkg_path cannot start with a /: %s", pkg_path)
106 …ctx.ModuleErrorf("Currently, bp2build only supports pkg_paths that are the same as the folders the…
128 ctx.ModuleErrorf("bp2build converter doesn't understand having neither py2 nor py3 enabled")
185 ctx.ModuleErrorf("error for '%s' module: bp2build's python_binary_host converter "+
/build/soong/cc/
Dstl.go93 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", s)
102 ctx.ModuleErrorf("stl: %q is not a supported STL for windows", s)
116 ctx.ModuleErrorf("stl: %q is not a supported STL", s)
Dndk_headers.go113 ctx.ModuleErrorf("filepath.Rel(%q, %q) failed: %s", headerDir,
146 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
261 ctx.ModuleErrorf("glob %q matched zero files", String(m.properties.From))
396 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
Dpgo.go107 ctx.ModuleErrorf("glob: %s", err.Error())
182 ctx.ModuleErrorf("PGO specification is missing properties: " + missingProps)
187 ctx.ModuleErrorf("Instrumentation PGO specification is missing benchmark property")
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)
Dprebuilt.go460 ctx.ModuleErrorf(err.Error())
484 ctx.ModuleErrorf("expected 1 static library from bazel target %q, got %s", label, staticLibs)
523 ctx.ModuleErrorf("expected 1 shared library from bazel target %s, got %q", label, sharedLibs)
624 ctx.ModuleErrorf(err.Error())
628 ctx.ModuleErrorf("Expected a single output for `%s`, but got:\n%v", label, outputs)
783 ctx.ModuleErrorf(err.Error())
787 ctx.ModuleErrorf("Expected a single output for `%s`, but got:\n%v", label, outputs)
Dobject.go68 ctx.ModuleErrorf(err.Error())
73 ctx.ModuleErrorf("expected exactly one object file for '%s', but got %s", label, objPaths)
162 ctx.ModuleErrorf("compiler must not be nil for a cc_object module")
/build/blueprint/
Dsingleton_ctx.go61 ModuleErrorf(module Module, format string, args ...interface{}) methodSpec
224 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, func
227 s.error(s.context.ModuleErrorf(logicModule, format, args...))
382 s.ModuleErrorf(referer, "could not find module %q", referer.Name())
/build/soong/multitree/
Dimport.go91 …ctx.ModuleErrorf("\"%s\" filegroup must be imported.\nRun 'm update-meta' first to import the file…
/build/soong/rust/
Dafdo.go45 ctx.ModuleErrorf("%s", err.Error())
Dtoolchain_library.go96 ctx.ModuleErrorf("Called rustSetToolchainSource on a non-Rust Module.")
Dtest.go150 ctx.ModuleErrorf("data_lib %q is not a linkable module", depName)
169 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
/build/soong/tradefed/
Dautogen.go112 ctx.ModuleErrorf("Empty template")
181 …ctx.ModuleErrorf("Extra tradefed configurations were provided for an autogenerated xml file, but t…

1234