/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) 45 ctx.PropertyErrorf(prop, "`-include` only takes one argument: `%s`", flag) 49 ctx.PropertyErrorf(prop, "Path must not be an absolute path: %s", flag) 51 …ctx.PropertyErrorf(prop, "Path must not start with `../`: `%s`. Use include_dirs to -include from … 59 …ctx.PropertyErrorf(prop, "Bad flag: `%s` is not an allowed multi-word flag. Should it be split int… 72 ctx.PropertyErrorf(prop, "Flag `%s` must start with `-`", flag) 75 ctx.PropertyErrorf(prop, "Bad flag: `%s`, use shared_libs or host_ldlibs instead", flag) [all …]
|
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… 216 ctx.PropertyErrorf("pgo.sampling", "\"sampling\" is not supported yet)") 220 …ctx.PropertyErrorf("pgo", "Exactly one of \"instrumentation\" and \"sampling\" properties must be …
|
D | ndk_library.go | 203 mctx.PropertyErrorf("first_version", err.Error()) 210 mctx.PropertyErrorf("first_version", err.Error()) 241 ctx.PropertyErrorf("name", "Do not append %q manually, just use the base name", ndkLibrarySuffix) 303 ctx.PropertyErrorf("symbol_file", "must end with .map.txt")
|
D | vndk_prebuilt.go | 111 ctx.PropertyErrorf("srcs", "missing prebuilt source file") 116 ctx.PropertyErrorf("srcs", "multiple prebuilt source files")
|
D | proto.go | 100 ctx.PropertyErrorf("proto.type", "unknown proto type %q", 145 ctx.PropertyErrorf("proto.type", "unknown proto type %q",
|
D | ndk_headers.go | 130 ctx.PropertyErrorf("license", "field is required") 212 ctx.PropertyErrorf("license", "field is required") 335 ctx.PropertyErrorf("license", "field is required")
|
D | linker.go | 251 ctx.PropertyErrorf("shared_libs", 273 ctx.PropertyErrorf("system_shared_libs", "libdl must be after libc") 321 ctx.PropertyErrorf("sdk_version", 439 ctx.PropertyErrorf("version_script", "Not supported on Darwin")
|
D | toolchain_library.go | 76 ctx.PropertyErrorf("src", "No library source specified")
|
D | cc.go | 922 ctx.PropertyErrorf("clang", "false (GCC) is no longer supported") 1057 ctx.PropertyErrorf("sdk_version", err.Error()) 1110 ctx.PropertyErrorf("export_shared_lib_headers", "Shared library not in shared_libs: '%s'", lib) 1116 ctx.PropertyErrorf("export_static_lib_headers", "Static library not in static_libs: '%s'", lib) 1122 ctx.PropertyErrorf("export_header_lib_headers", "Header library not in header_libs: '%s'", lib) 1128 …ctx.PropertyErrorf("export_generated_headers", "Generated header module not in generated_headers: … 1463 ctx.PropertyErrorf("sdk_version", 1469 ctx.PropertyErrorf("sdk_version", 2117 mctx.PropertyErrorf("vendor_available", 2125 mctx.PropertyErrorf("product_specific", [all …]
|
/build/soong/sysprop/ |
D | sysprop_library.go | 87 ctx.PropertyErrorf("srcs", "sysprop_library must specify srcs") 91 ctx.PropertyErrorf("api_packages", "sysprop_library must specify api_packages") 117 ctx.PropertyErrorf("property_owner",
|
/build/soong/java/ |
D | proto.go | 63 ctx.PropertyErrorf("proto.type", "full java protos only supported on the host") 66 ctx.PropertyErrorf("proto.type", "unknown proto type %q", 89 ctx.PropertyErrorf("proto.type", "unknown proto type %q",
|
D | jacoco.go | 77 ctx.PropertyErrorf("jacoco.include_filter", "%s", err.Error()) 81 ctx.PropertyErrorf("jacoco.exclude_filter", "%s", err.Error())
|
D | device_host_converter.go | 88 ctx.PropertyErrorf("libs", "at least one dependency is required") 98 ctx.PropertyErrorf("libs", "module %q cannot be used as a dependency", ctx.OtherModuleName(m))
|
D | sdk.go | 96 ctx.PropertyErrorf("sdk_version", "%s", err) 128 ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", v, jar) 133 ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", v, aidl) 171 …ctx.PropertyErrorf("sdk_version", "incompatible sdk version %q. System SDK version should be one o…
|
/build/soong/android/ |
D | prebuilt.go | 56 ctx.PropertyErrorf("srcs", "missing prebuilt source file") 61 ctx.PropertyErrorf("srcs", "multiple prebuilt source files") 70 ctx.PropertyErrorf("src", "missing prebuilt source file")
|
D | defaults.go | 109 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 145 ctx.PropertyErrorf("defaults", "module %s is not an defaults module",
|
D | module.go | 97 PropertyErrorf(property, fmt string, args ...interface{}) methodSpec 739 …ctx.PropertyErrorf("device_specific", "a module cannot be specific to SoC and device at the same t… 741 ctx.PropertyErrorf("vendor", msg) 744 ctx.PropertyErrorf("proprietary", msg) 747 ctx.PropertyErrorf("soc_specific", msg) 752 …ctx.PropertyErrorf("product_specific", "a module cannot be specific to product and product_service… 753 ctx.PropertyErrorf("product_services_specific", msg) 758 …ctx.PropertyErrorf("product_specific", "a module cannot be specific to SoC or device and product a… 760 …ctx.PropertyErrorf("product_services_specific", "a module cannot be specific to SoC or device and … 763 ctx.PropertyErrorf("device_specific", msg) [all …]
|
D | sh_binary.go | 80 ctx.PropertyErrorf("src", "missing prebuilt source file") 111 ctx.PropertyErrorf("filename_from_src", "filename is set. filename_from_src can't be true")
|
D | override_module.go | 146 ctx.PropertyErrorf(propertyErr.Property, "%s", propertyErr.Err.Error()) 185 ctx.PropertyErrorf("base", "unsupported base module type")
|
D | prebuilt_etc.go | 86 ctx.PropertyErrorf("src", "missing prebuilt source file") 123 ctx.PropertyErrorf("filename_from_src", "filename is set. filename_from_src can't be true")
|
/build/soong/python/ |
D | python.go | 335 ctx.PropertyErrorf("version.py3.embedded_launcher", 353 ctx.PropertyErrorf("libs", "%q has duplicates within libs.", l) 362 ctx.PropertyErrorf(versionProp, "%q has duplicates within %q.", set[l]) 437 ctx.PropertyErrorf("pkg_path", 467 ctx.PropertyErrorf("srcs", "found non (.py|.proto) file: %q!", s.String()) 475 ctx.PropertyErrorf("srcs", "the path %q contains invalid token %q.", 487 ctx.PropertyErrorf("data", "found (.py|.proto) file: %q!", d.String())
|
D | binary.go | 151 ctx.PropertyErrorf("main", "%q is not listed in srcs.", main)
|
/build/soong/phony/ |
D | phony.go | 44 …ctx.PropertyErrorf("required", "phony must not have empty required dependencies in order to be use…
|
/build/soong/genrule/ |
D | genrule.go | 290 ctx.PropertyErrorf("cmd", fmt, args...) 350 ctx.PropertyErrorf("cmd", "%s", err.Error()) 355 …ctx.PropertyErrorf("cmd", "specified depfile=true but did not include a reference to '${depfile}' … 509 ctx.PropertyErrorf("cmd", err.Error())
|
/build/soong/xml/ |
D | xml.go | 110 ctx.PropertyErrorf("schema", "not supported extension: %q", schema.Ext())
|