Home
last modified time | relevance | path

Searched refs:PropertyErrorf (Results 1 – 25 of 73) sorted by relevance

123

/build/soong/cc/
Dcheck.go34 ctx.PropertyErrorf(prop, "Flag `%s` must start with `-`", flag)
36 ctx.PropertyErrorf(prop, "Bad flag `%s`, use local_include_dirs or include_dirs instead", flag)
38 ctx.PropertyErrorf(prop, "Illegal flag `%s`", flag)
40 ctx.PropertyErrorf(prop, "Bad flag: `%s`, use native_coverage instead", flag)
42 ctx.PropertyErrorf(prop, "Bad flag: `%s`, use whole_program_vtables instead", flag)
45 ctx.PropertyErrorf(prop, "-Weverything is not allowed in Android.bp files. "+
52 ctx.PropertyErrorf(prop, "`-include` only takes one argument: `%s`", flag)
56 ctx.PropertyErrorf(prop, "Path must not be an absolute path: %s", flag)
58 …ctx.PropertyErrorf(prop, "Path must not start with `../`: `%s`. Use include_dirs to -include from …
66 …ctx.PropertyErrorf(prop, "Bad flag: `%s` is not an allowed multi-word flag. Should it be split int…
[all …]
Dimage.go273 mctx.PropertyErrorf("vndk",
276 mctx.PropertyErrorf("vendor_available",
279 mctx.PropertyErrorf("product_available",
284 mctx.PropertyErrorf("vndk",
289 mctx.PropertyErrorf("vndk",
303 mctx.PropertyErrorf("vndk",
307 mctx.PropertyErrorf("vndk",
392 mctx.PropertyErrorf("vendor_available",
396 mctx.PropertyErrorf("vendor_available",
403 mctx.PropertyErrorf("odm_available",
[all …]
Dndk_library.go129 ctx.PropertyErrorf("first_version", err.Error())
142 ctx.PropertyErrorf("first_version", err.Error())
149 ctx.PropertyErrorf("unversioned_until", err.Error())
167 ctx.PropertyErrorf("name", "Do not append %q manually, just use the base name", ndkLibrarySuffix)
253 ctx.PropertyErrorf("symbol_file", "must end with .map.txt")
Dndk_headers.go123 ctx.PropertyErrorf("license", "field is required")
202 ctx.PropertyErrorf("license", "field is required")
317 ctx.PropertyErrorf("license", "field is required")
Dproto.go100 ctx.PropertyErrorf("proto.type", "unknown proto type %q",
147 ctx.PropertyErrorf("proto.type", "unknown proto type %q",
Dpgo.go123 …ctx.PropertyErrorf("pgo.profile_file", "Profile_file has multiple versions: "+filepath.Join(profil…
129 …ctx.PropertyErrorf("pgo.profile_file", "Profile_file has multiple versions: "+strings.Join(version…
216 …ctx.PropertyErrorf("pgo", "Exactly one of \"instrumentation\" and \"sampling\" properties must be …
/build/soong/filesystem/
Dlogical_partition.go120 ctx.PropertyErrorf("size", "must be set")
122 ctx.PropertyErrorf("size", `must be a number or "auto"`)
141 ctx.PropertyErrorf("groups.partitions.name", "must be set")
144 ctx.PropertyErrorf("groups.partitions.name", "already exists")
160 ctx.PropertyErrorf("groups.name", "must be set")
162 …ctx.PropertyErrorf("groups.name", `can't use "default" as a group name. Use default_group instead`)
165 ctx.PropertyErrorf("group.name", "already exists")
171 ctx.PropertyErrorf("groups.size", "must be set")
174 ctx.PropertyErrorf("groups.size", "must be a number")
Dbootimg.go136 ctx.PropertyErrorf("kernel_prebuilt", "vendor_boot partition can't have kernel")
140 ctx.PropertyErrorf("kernel_prebuilt", "boot partition must have kernel")
149 ctx.PropertyErrorf("dtb_prebuilt", "must be set")
166 ctx.PropertyErrorf("header_version", "must be set")
171 ctx.PropertyErrorf("header_version", "%q is not a number", headerVersion)
175 ctx.PropertyErrorf("header_version", "must be 3 or higher for vendor_boot")
182 ctx.PropertyErrorf("ramdisk_module", "must be set")
193 ctx.PropertyErrorf("ramdisk", "%q is not android_filesystem module", ramdisk.Name())
200 ctx.PropertyErrorf("bootconfig", "requires vendor_boot: true")
204 ctx.PropertyErrorf("bootconfig", "requires header_version: 4 or later")
Dvbmeta.go133 ctx.PropertyErrorf("rollback_index_location", "must be 0, 1, 2, ...")
141 ctx.PropertyErrorf("partitions", "%q(type: %s) is not supported",
147 ctx.PropertyErrorf("partitions", "%q(type: %s) is not signed. Use `use_avb: true`",
157 ctx.PropertyErrorf("chained_partitions", "name must be specified")
163 ctx.PropertyErrorf("chained_partitions", "must be 0, 1, 2, ...")
217 ctx.PropertyErrorf("chained_partitions", "name must be specified")
222 ctx.PropertyErrorf("chained_partitions", "name %q is duplicated", name)
Dfilesystem.go132 ctx.PropertyErrorf("type", "%q not supported", typeStr)
177 ctx.PropertyErrorf("symlinks", "Name can't be empty")
182 ctx.PropertyErrorf("symlinks", "Target can't be empty")
339 ctx.PropertyErrorf("use_avb", "signing compresed cpio image using avbtool is not supported."+
344 ctx.PropertyErrorf("file_contexts", "file_contexts is not supported for compressed cpio image.")
/build/soong/android/
Dvisibility.go254 ctx.PropertyErrorf(property, "must contain at least one visibility rule")
268 ctx.PropertyErrorf(property, "//visibility:legacy_public must not be used")
274 ctx.PropertyErrorf(property, "unrecognized visibility rule %q", v)
279 ctx.PropertyErrorf(property, `"%v" may only be used at the start of the visibility rules`, v)
282 ctx.PropertyErrorf(property, "cannot mix %q with any other visibility rules", v)
291 ctx.PropertyErrorf(property,
363 ctx.PropertyErrorf(property, "invalid visibility pattern %q. Must match "+
380 ctx.PropertyErrorf("visibility",
410 ctx.PropertyErrorf(property,
Dsoong_config_modules.go335 ctx.PropertyErrorf("from", "%q must be a file with extension .bp", from)
340 ctx.PropertyErrorf("from", "%q must not use ../ to escape the source tree",
353 ctx.PropertyErrorf("module_types", "module type %q not defined in %q",
379 ctx.PropertyErrorf("from", "failed to open %q: %s", from, err)
Ddefaults.go253 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
268 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
303 ctx.PropertyErrorf("defaults", "module %s is not an defaults module",
Dhooks.go74 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
88 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
Doverride_module.go185 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
241 ctx.PropertyErrorf("base", "%q is not a valid module name", base)
267 ctx.PropertyErrorf("base", "unsupported base module type")
/build/soong/rust/
Dimage.go206 mctx.PropertyErrorf("product_available",
209 mctx.PropertyErrorf("product_specific",
212 mctx.PropertyErrorf("double_loadable",
217 …mctx.PropertyErrorf("vendor_ramdisk_available", "cannot be set for rust_ffi or rust_ffi_shared mod…
222 mctx.PropertyErrorf("vendor or soc_specific",
Dbindgen.go103 ctx.PropertyErrorf("c_std", "c_std and cpp_std cannot both be defined at the same time.")
164 ctx.PropertyErrorf("cflags",
168 ctx.PropertyErrorf("cflags",
185 ctx.PropertyErrorf("wrapper_src", "invalid path to wrapper source")
Dclippy.go43 ctx.PropertyErrorf("clippy_lints", err.Error())
Dprotobuf.go101 ctx.PropertyErrorf("protos",
124 ctx.PropertyErrorf("protos",
159 ctx.PropertyErrorf("protos", "proto filenames must be unique across 'protos' and 'grpc_protos' "+
/build/soong/java/
Dproto.go88 ctx.PropertyErrorf("proto.type", "full java protos only supported on the host")
91 ctx.PropertyErrorf("proto.type", "unknown proto type %q",
117 ctx.PropertyErrorf("proto.type", "unknown proto type %q",
Djacoco.go78 ctx.PropertyErrorf("jacoco.include_filter", "%s", err.Error())
83 ctx.PropertyErrorf("jacoco.exclude_filter", "%s", err.Error())
Dsdk.go52 ctx.PropertyErrorf("sdk_version", "%s", err)
66 ctx.PropertyErrorf("sdk_version", "invalid version %q", sdkVersion.Raw)
97 …ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", sdkVersion.Raw, jar)
102 …ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", sdkVersion.Raw, aid…
142 ctx.PropertyErrorf("sdk_version",
Ddroidstubs.go334 ctx.PropertyErrorf("merge_annotations_dirs",
345 ctx.PropertyErrorf("merge_inclusion_annotations_dirs",
359 ctx.PropertyErrorf("api_levels_annotations_dirs",
388 ctx.PropertyErrorf("api_levels_annotations_dirs",
564 ctx.PropertyErrorf("out", "out property may not be combined with check_api")
631 ctx.PropertyErrorf("out", "out property may not be combined with check_api")
639 …ctx.PropertyErrorf("baseline_file", "current API check can't have a baseline file. (module %s)", c…
709 ctx.PropertyErrorf("check_nullability_warnings",
790 …ctx.PropertyErrorf("srcs", "must only specify one directory path, contains %d paths", len(p.proper…
Ddevice_host_converter.go96 ctx.PropertyErrorf("libs", "at least one dependency is required")
110 ctx.PropertyErrorf("libs", "module %q cannot be used as a dependency", ctx.OtherModuleName(m))
/build/soong/apex/
Dapex.go796 ctx.PropertyErrorf("key", "missing")
850 mctx.PropertyErrorf("use_vndk_as_stable", "not supported for system/system_ext APEXes")
1196 …mctx.PropertyErrorf("payload_type", "%q is not one of \"image\", \"zip\", or \"both\".", *ab.prope…
1637 ctx.PropertyErrorf("tests", "property allowed only in apex_test module type")
1684 ctx.PropertyErrorf(propertyName, "%q is not a cc_library or cc_library_shared module", depName)
1700 …ctx.PropertyErrorf("binaries", "%q is neither cc_binary, rust_binary, (embedded) py_binary, (host)…
1705 …ctx.PropertyErrorf("bootclasspath_fragments", "%q is not a bootclasspath_fragment module", depName)
1716 …ctx.PropertyErrorf("systemserverclasspath_fragments", "%q is not a systemserverclasspath_fragment …
1727 ctx.PropertyErrorf("java_libs", "%q is not configured to be compiled into dex", depName)
1733 …ctx.PropertyErrorf("java_libs", "%q of type %q is not supported", depName, ctx.OtherModuleType(chi…
[all …]

123