Home
last modified time | relevance | path

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

123456

/aosp_15_r20/build/soong/java/
H A Dclasspath_element.go75 ModuleErrorf(fmt string, args ...interface{}) methodSpec
126 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)
159 ctx.ModuleErrorf("library %s is in two separate fragments, %s and %s", library, fragment, f)
170 ctx.ModuleErrorf("library %s is from apexes %s which have no corresponding fragment in %s",
194 …ctx.ModuleErrorf("libraries from the same fragment must be contiguous, however %s and %s from frag…
H A Dandroid_manifest.go56 ctx.ModuleErrorf("invalid targetSdkVersion: %s", err)
110 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
115 …ctx.ModuleErrorf("module attempted to store uncompressed native libraries, but minSdkVersion=%s do…
168 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
173 ctx.ModuleErrorf("invalid ReplaceMaxSdkVersionPlaceholder: %s", err)
183 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
H A Dprebuilt_apis.go90 ctx.ModuleErrorf("invalid scope %q found in path: %q", scope, p)
105 …ctx.ModuleErrorf("Found unexpected version '%v' for incremental prebuilts - expect MM.m format for…
111 ctx.ModuleErrorf("Unable to read version number for incremental prebuilt api '%v'", v)
121 ctx.ModuleErrorf("Found finalized API files in non-numeric dir '%v'", v)
227 mctx.ModuleErrorf("failed to glob %s files under %q: %s", subdir_glob, dir+"/"+scope, err)
278 mctx.ModuleErrorf("no api file found under %q", mctx.ModuleDir())
321 …mctx.ModuleErrorf("Module %v finalized for extension %d but never during an API level; likely erro…
H A Ddexpreopt_bootjars.go726 ctx.ModuleErrorf(
757 ctx.ModuleErrorf("Apex %s does not provide a dex boot jar for library %s\n", apex, javalib)
793 ctx.ModuleErrorf("Boot jar '%[1]s' is from APEX '%[2]s', but a bootclasspath_fragment for "+
801 ctx.ModuleErrorf("%s", err)
832 …ctx.ModuleErrorf("module %s does not provide a dex boot jar (see comment next to this message in S…
837 ctx.ModuleErrorf("module %s is not part of the boot configuration", name)
949 ctx.ModuleErrorf("Boot image config imports profile from '%[2]s', but a "+
1060 ctx.ModuleErrorf("Boot image config '%[1]s' imports profile from '%[2]s', but '%[2]s' "+
1452 ctx.ModuleErrorf("Could not find information about the host variant of ART boot image")
H A Dbootclasspath_fragment.go324 …ctx.ModuleErrorf("inconsistency in specification of contents. ArtApexJars configuration specifies …
335 ctx.ModuleErrorf("ArtApexJars is invalid as it requests a platform variant of %q", jar)
339 …ctx.ModuleErrorf("ArtApexJars configuration incompatible with this module, ArtApexJars expects thi…
346 …ctx.ModuleErrorf("ArtApexJars configuration is inconsistent, expected all jars to be in the same a…
610 ctx.ModuleErrorf("%s in contents must also be declared in PRODUCT_APEX_BOOT_JARS", unknown)
725 …ctx.ModuleErrorf(`Must specify at least one of the split_packages, package_prefixes and single_pac…
/aosp_15_r20/build/soong/fsgen/
H A Dvbmeta_partitions.go64 ctx.ModuleErrorf("No key found for chained avb partition %q", chainedName)
68 ctx.ModuleErrorf("No algorithm found for chained avb partition %q", chainedName)
72 ctx.ModuleErrorf("No rollback index found for chained avb partition %q", chainedName)
77 ctx.ModuleErrorf("Rollback index location must be an int, got %q", props.RollbackIndexLocation)
87 ctx.ModuleErrorf("Rollback index must be an int, got %q", props.RollbackIndex)
146 …ctx.ModuleErrorf("Rollback index location must be an int, got %q", partitionVars.BoardAvbRollbackI…
H A Dfilesystem_creator.go630 ctx.ModuleErrorf("DLKM is not supported for %s\n", partitionType)
705 …ctx.ModuleErrorf("linker.config.pb is only supported for vendor and product partitions. For system…
889 ctx.ModuleErrorf("Expected module %s to provide FileysystemInfo", partitionModuleName)
920 ctx.ModuleErrorf("Expected module %s to provide OutputFiles", vbmetaModule)
923 ctx.ModuleErrorf("Expected 1 output file from module %s", vbmetaModule)
960 ctx.ModuleErrorf("There can only be one soong_filesystem_creator in build/soong/fsgen")
1039 ctx.ModuleErrorf("%s", err.Error())
1058 ctx.ModuleErrorf(err.Error())
/aosp_15_r20/system/sepolicy/build/soong/
H A Dsepolicy_freeze.go59 …ctx.ModuleErrorf("SEPOLICY_FREEZE_TEST_EXTRA_DIRS or SEPOLICY_FREEZE_TEST_EXTRA_PREBUILT_DIRS cann…
67 …ctx.ModuleErrorf("SEPOLICY_FREEZE_TEST_EXTRA_DIRS and SEPOLICY_FREEZE_TEST_EXTRA_PREBUILT_DIRS mus…
88 ctx.ModuleErrorf("%d deps having tag %q; expected only one dep", len(deps), depTag)
95 …ctx.ModuleErrorf("module %q produced %d outputs; expected only one output", dep.String(), len(outp…
105 …ctx.ModuleErrorf("There can only be 1 se_freeze_test module named se_freeze_test in system/sepolic…
137 ctx.ModuleErrorf("failed to glob sepolicy dir %q: %s", dir, err.Error())
/aosp_15_r20/build/soong/tradefed_modules/
H A Dtest_module_config.go95 ctx.ModuleErrorf("'base' field must be set to a 'android_test' module.")
110 …ctx.ModuleErrorf("Test options must be given when using test_module_config. Set include/exclude fi…
174 …ctx.ModuleErrorf("At least one test-suite must be set or this won't run. Use \"general-tests\" or …
186 ctx.ModuleErrorf("Suites: [%s] listed but do not exist in base module: %s",
297 ctx.ModuleErrorf("'base' field must be set to a 'java_test_host' module")
325 ctx.ModuleErrorf("'android_test' module used as base, but 'java_test_host' expected.")
327 ctx.ModuleErrorf("'java_test_host' module used as base, but 'android_test' expected.")
331 ctx.ModuleErrorf("'%s' module used as base but it is not a '%s' module.", *m.Base, baseType)
H A Dtest_suite.go89 …ctx.ModuleErrorf("test_suite only supports modules installed in testcases. %q is not installed in …
103 ctx.ModuleErrorf("%q is not a test module.", name)
114 ctx.ModuleErrorf("Failed to marshal manifest: %v", err)
153 …ctx.ModuleErrorf("Failed to get relative path from %s to %s: %v", installDir.String(), f.String(),…
/aosp_15_r20/build/soong/android/
H A Dlicenses.go193 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
210 …ctx.ModuleErrorf("%s property %q is not a license module", propertyName, ctx.OtherModuleName(modul…
246 …ctx.ModuleErrorf("%s property %q is not a license module", propertyName, ctx.OtherModuleName(modul…
292 …ctx.ModuleErrorf("module type %q must have an applicable licenses property", ctx.OtherModuleType(m…
302 ctx.ModuleErrorf("duplicate %q %s", l, primaryProperty.getName())
H A Dapex_contributions.go126 ctx.ModuleErrorf("%s listed in apex_contributions %s does not exist\n", content, m.Name())
142 ctx.ModuleErrorf("%s is not an apex_contributions module\n", child.Name())
195 ctx.ModuleErrorf("There can only be 1 all_apex_contributions module in build/soong")
H A Dearly_module_context.go27 ModuleErrorf(fmt string, args ...interface{}) methodSpec
130 e.ModuleErrorf("os.Lstat(%q) failed: %s", path.String(), err)
138 e.ModuleErrorf("os.Readlink(%q) failed: %s", path.String(), err)
H A 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)
/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen.go292 …ctx.ModuleErrorf("multiple locations for label %q: %q and %q (do you have duplicate srcs entries?)…
317 ctx.ModuleErrorf("depends on disabled module %q", tool)
323 ctx.ModuleErrorf("host tool %q missing output file", tool)
350 ctx.ModuleErrorf("%q is not a host tool provider", tool)
420 ctx.ModuleErrorf("must have at least one output file")
668 ctx.ModuleErrorf("must have at least one source file")
705 ctx.ModuleErrorf("generation conflict: both '%v' and '%v' generate '%v'",
/aosp_15_r20/build/soong/sdk/
H A Dupdate.go130 …ctx.ModuleErrorf("module %q is not valid in property %s", ctx.OtherModuleName(child), memberType.S…
215 ctx.ModuleErrorf("Incompatible member types %q %q", member.memberType, memberType)
294 ctx.ModuleErrorf("invalid SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE: %s", err)
561 ctx.ModuleErrorf("error generating %q: %s", info, err)
701 …ctx.ModuleErrorf("Module %s is internal to the SDK but provides component %s which is used outside…
741 ctx.ModuleErrorf("%s", message.String())
748 ctx.ModuleErrorf("error extracting common properties: %s", err)
1045 s.ctx.ModuleErrorf("conflicting copy, %s copied from both %s and %s", dest, existing, src)
1205 s.ctx.ModuleErrorf("Required member reference %s is not a member of the sdk", name)
1425 …moduleCtx.ModuleErrorf("multiple conflicting variants detected for OsType{%s}, %s, Image{%s}, Link…
[all …]
/aosp_15_r20/build/soong/cc/
H A Dstl.go92 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", s)
101 ctx.ModuleErrorf("stl: %q is not a supported STL for windows", s)
115 ctx.ModuleErrorf("stl: %q is not a supported STL", s)
H A Dndk_headers.go104 ctx.ModuleErrorf("filepath.Rel(%q, %q) failed: %s", headerDir,
136 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
232 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
/aosp_15_r20/system/tools/aidl/build/
Daidl_interface.go140 …ctx.ModuleErrorf("%v is an unfrozen development version, and it can't be used because %q", name, r…
146 …ctx.ModuleErrorf("depends on multiple versions of the same aidl_interface: %s", strings.Join(viola…
149 ctx.ModuleErrorf("Dependency path: %s", ctx.GetPathString(true))
692 mctx.ModuleErrorf("%s", err.Error())
707 mctx.ModuleErrorf("%s", err.Error())
808 …mctx.ModuleErrorf("versions:%q and versions_with_info:%q cannot be used at the same time. Use vers…
820 …mctx.ModuleErrorf("imports in versions_with_info must specify its version, but %s. Add a version s…
980 …mctx.ModuleErrorf("unstable:true and stability:%q cannot happen at the same time", i.properties.St…
Daidl_api.go58 ctx.ModuleErrorf("Expected module %q to have provider %v, but it did not.", module.Name(), zero)
609 …ctx.ModuleErrorf("A frozen aidl_interface must have '.hash' file, but %s-V%s doesn't have it. Use …
616 ctx.ModuleErrorf("API version %s path %s does not exist", ver, apiDir)
654 …ctx.ModuleErrorf("API Directory exists for version %s path %s exists, but it is not specified in v…
/aosp_15_r20/build/blueprint/
H A Dsingleton_ctx.go58 ModuleErrorf(module Module, format string, args ...interface{}) methodSpec
229 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, func
232 s.error(s.context.ModuleErrorf(logicModule, format, args...))
404 s.ModuleErrorf(referer, "could not find module %q", referer.Name())
H A Dtransition.go130 ModuleErrorf(fmt string, args ...interface{}) methodSpec
158 ModuleErrorf(fmt string, args ...interface{}) methodSpec
255 func (c *transitionContextImpl) ModuleErrorf(fmt string, args ...interface{}) { func
/aosp_15_r20/build/soong/apex/
H A Dapex.go1575 …ctx.ModuleErrorf("Unable to use build id %s as filename suffix, valid characters are [a-z A-Z 0-9 …
1833 mctx.ModuleErrorf("apex file %v is provided by two different files %v and %v",
1870 ctx.ModuleErrorf("Could not find partition info of apex system server jars.")
1878 ctx.ModuleErrorf(`
2059 ctx.ModuleErrorf("certificate dependency %q must be an android_app_certificate module", depName)
2194 …ctx.ModuleErrorf("unexpected tag %s for indirect dependency %q", android.PrettyPrintTag(depTag), d…
2361 mctx.ModuleErrorf("app dependency %s must have updatable: true", mctx.OtherModuleName(module))
2438 ctx.ModuleErrorf("%s", err)
2617 ctx.ModuleErrorf("%q required by %q is a native library providing stub. "+
2666 ctx.ModuleErrorf("cannot depend on \"%v\": %v", ctx.OtherModuleName(module), err)
[all …]
/aosp_15_r20/build/soong/genrule/
H A Dgenrule.go337 …ctx.ModuleErrorf("multiple locations for label %q: %q and %q (do you have duplicate srcs entries?)…
361 ctx.ModuleErrorf("depends on disabled module %q", tool)
367 ctx.ModuleErrorf("host tool %q missing output file", tool)
394 ctx.ModuleErrorf("%q is not a host tool provider", tool)
473 ctx.ModuleErrorf("must have at least one output file")
604 ctx.ModuleErrorf("Only allowlisted modules may use uses_order_only_build_number_file: true")
/aosp_15_r20/build/soong/aconfig/build_flags/
H A Drelease_configs.go68 ctx.ModuleErrorf("Cannot include %s with %s contributions", file, contributionDir)
71 ctx.ModuleErrorf("Invalid contribution file %s", file)

123456