/build/soong/cc/ |
D | check.go | 34 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) 43 ctx.PropertyErrorf(prop, "-Weverything is not allowed in Android.bp files. "+ 50 ctx.PropertyErrorf(prop, "`-include` only takes one argument: `%s`", flag) 54 ctx.PropertyErrorf(prop, "Path must not be an absolute path: %s", flag) 56 …ctx.PropertyErrorf(prop, "Path must not start with `../`: `%s`. Use include_dirs to -include from … 64 …ctx.PropertyErrorf(prop, "Bad flag: `%s` is not an allowed multi-word flag. Should it be split int… 77 ctx.PropertyErrorf(prop, "Flag `%s` must start with `-`", flag) [all …]
|
D | ndk_library.go | 191 mctx.PropertyErrorf("first_version", err.Error()) 198 mctx.PropertyErrorf("first_version", err.Error()) 229 ctx.PropertyErrorf("name", "Do not append %q manually, just use the base name", ndkLibrarySuffix) 314 ctx.PropertyErrorf("symbol_file", "must end with .map.txt")
|
D | ndk_headers.go | 128 ctx.PropertyErrorf("license", "field is required") 212 ctx.PropertyErrorf("license", "field is required") 332 ctx.PropertyErrorf("license", "field is required")
|
D | pgo.go | 128 …ctx.PropertyErrorf("pgo.profile_file", "Profile_file has multiple versions: "+filepath.Join(profil… 134 …ctx.PropertyErrorf("pgo.profile_file", "Profile_file has multiple versions: "+strings.Join(version… 221 …ctx.PropertyErrorf("pgo", "Exactly one of \"instrumentation\" and \"sampling\" properties must be …
|
D | proto.go | 100 ctx.PropertyErrorf("proto.type", "unknown proto type %q", 145 ctx.PropertyErrorf("proto.type", "unknown proto type %q",
|
D | vndk_prebuilt.go | 116 ctx.PropertyErrorf("srcs", "missing prebuilt source file") 121 ctx.PropertyErrorf("srcs", "multiple prebuilt source files")
|
D | linker.go | 294 ctx.PropertyErrorf("shared_libs", 305 ctx.PropertyErrorf("system_shared_libs", "libdl must be after libc") 349 ctx.PropertyErrorf("sdk_version", 473 ctx.PropertyErrorf("version_script", "Not supported on Darwin")
|
/build/soong/android/ |
D | visibility.go | 244 ctx.PropertyErrorf(property, "must contain at least one visibility rule") 258 ctx.PropertyErrorf(property, "//visibility:legacy_public must not be used") 264 ctx.PropertyErrorf(property, "unrecognized visibility rule %q", v) 269 ctx.PropertyErrorf(property, `"%v" may only be used at the start of the visibility rules`, v) 272 ctx.PropertyErrorf(property, "cannot mix %q with any other visibility rules", v) 281 ctx.PropertyErrorf(property, 367 ctx.PropertyErrorf("visibility", 397 ctx.PropertyErrorf(property,
|
D | soong_config_modules.go | 272 ctx.PropertyErrorf("from", "%q must be a file with extension .bp", from) 277 ctx.PropertyErrorf("from", "%q must not use ../ to escape the source tree", 290 ctx.PropertyErrorf("module_types", "module type %q not defined in %q", 316 ctx.PropertyErrorf("from", "failed to open %q: %s", from, err)
|
D | defaults.go | 266 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 281 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 316 ctx.PropertyErrorf("defaults", "module %s is not an defaults module",
|
D | override_module.go | 185 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 234 ctx.PropertyErrorf("base", "%q is not a valid module name", base) 260 ctx.PropertyErrorf("base", "unsupported base module type")
|
D | hooks.go | 74 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 88 l.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error())
|
D | module.go | 73 PropertyErrorf(property, fmt string, args ...interface{}) methodSpec 878 ctx.PropertyErrorf("dist.tag", "%s", err.Error()) 1213 …ctx.PropertyErrorf("device_specific", "a module cannot be specific to SoC and device at the same t… 1215 ctx.PropertyErrorf("vendor", msg) 1218 ctx.PropertyErrorf("proprietary", msg) 1221 ctx.PropertyErrorf("soc_specific", msg) 1226 …ctx.PropertyErrorf("product_specific", "a module cannot be specific to product and system_ext at t… 1227 ctx.PropertyErrorf("system_ext_specific", msg) 1232 …ctx.PropertyErrorf("product_specific", "a module cannot be specific to SoC or device and product a… 1234 …ctx.PropertyErrorf("system_ext_specific", "a module cannot be specific to SoC or device and system… [all …]
|
D | makefile_goal.go | 67 ctx.PropertyErrorf("product_out_path", "Path relative to PRODUCT_OUT required")
|
D | prebuilt.go | 99 ctx.PropertyErrorf(p.srcsPropertyName, "missing prebuilt source file") 104 ctx.PropertyErrorf(p.srcsPropertyName, "multiple prebuilt source files")
|
/build/soong/java/ |
D | proto.go | 88 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",
|
D | jacoco.go | 78 ctx.PropertyErrorf("jacoco.include_filter", "%s", err.Error()) 83 ctx.PropertyErrorf("jacoco.exclude_filter", "%s", err.Error())
|
D | sdk.go | 259 ctx.PropertyErrorf("sdk_version", "%s", err) 339 …ctx.PropertyErrorf("sdk_version", "incompatible sdk version %q. System SDK version should be one o… 349 ctx.PropertyErrorf("sdk_version", "invalid version %q", sdkVersion.raw) 379 …ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", sdkVersion.raw, jar) 384 …ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", sdkVersion.raw, aid… 424 ctx.PropertyErrorf("sdk_version",
|
D | device_host_converter.go | 95 ctx.PropertyErrorf("libs", "at least one dependency is required") 109 ctx.PropertyErrorf("libs", "module %q cannot be used as a dependency", ctx.OtherModuleName(m))
|
/build/soong/apex/ |
D | apex.go | 698 mctx.PropertyErrorf("use_vndk_as_stable", "not supported for system/system_ext APEXes") 844 …mctx.PropertyErrorf("type", "%q is not one of \"image\", \"zip\", or \"both\".", *ab.properties.Pa… 1348 ctx.PropertyErrorf("use_vendor", "not allowed to set use_vendor: true") 1827 ctx.PropertyErrorf("min_sdk_version", "%s", err.Error()) 1888 ctx.PropertyErrorf("updatable", "updatable APEXes should set min_sdk_version as well") 1982 ctx.PropertyErrorf("tests", "property not allowed in apex module type") 2007 ctx.PropertyErrorf("uses", "%q is not a provider", otherName) 2011 ctx.PropertyErrorf("use_vendor", "%q has different value of use_vendor", otherName) 2015 ctx.PropertyErrorf("uses", "%q does not provide native_shared_libs", otherName) 2049 ctx.PropertyErrorf(propertyName, "%q is not a cc_library or cc_library_shared module", depName) [all …]
|
D | vndk.go | 78 …mctx.PropertyErrorf("native_bridge_supported", "%q doesn't support native bridge binary.", mctx.Mo… 90 mctx.PropertyErrorf("vndk_version", "%v is already defined in %q", vndkVersion, other)
|
/build/soong/etc/ |
D | prebuilt_etc.go | 141 ctx.PropertyErrorf("src", "missing prebuilt source file") 185 ctx.PropertyErrorf("filename_from_src", "filename is set. filename_from_src can't be true") 191 ctx.PropertyErrorf("sub_dir", "relative_install_path is set. Cannot set sub_dir")
|
/build/soong/python/ |
D | python.go | 387 ctx.PropertyErrorf("libs", "%q has duplicates within libs.", l) 396 ctx.PropertyErrorf(versionProp, "%q has duplicates within %q.", set[l]) 471 ctx.PropertyErrorf("pkg_path", 501 ctx.PropertyErrorf("srcs", "found non (.py|.proto) file: %q!", s.String()) 509 ctx.PropertyErrorf("srcs", "the path %q contains invalid token %q.", 521 ctx.PropertyErrorf("data", "found (.py|.proto) file: %q!", d.String())
|
/build/soong/sdk/ |
D | sdk.go | 370 mctx.PropertyErrorf("name", "sdk_snapshot should be named as <name>@<version>. "+ 374 mctx.PropertyErrorf("name", "sdk shouldn't be named as <name>@<version>.") 378 mctx.PropertyErrorf("name", "version %q is neither a number nor \"current\"", mySdkRef.Version)
|
/build/soong/phony/ |
D | phony.go | 49 ctx.PropertyErrorf("required", "phony must not have empty required dependencies "+
|