| /build/soong/java/ |
| D | classpath_element.go | 75 ModuleErrorf(fmt string, args ...interface{}) methodSpec 142 ctx.ModuleErrorf("library %s is in two separate fragments, %s and %s", library, fragment, f) 152 ctx.ModuleErrorf("library %s is from apexes %s which have no corresponding fragment in %s", 176 …ctx.ModuleErrorf("libraries from the same fragment must be contiguous, however %s and %s from frag…
|
| D | android_manifest.go | 56 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)
|
| D | hiddenapi_monolithic.go | 73 ctx.ModuleErrorf("%s does not provide hidden API information", fragment) 90 ctx.ModuleErrorf("Could not determine min_version_version of %s\n", otherModule.Name())
|
| D | bootclasspath.go | 125 …ctx.ModuleErrorf("apex %s has multiple fragments, %s and %s", fragmentInApex.apex, fragmentInApex.… 131 ctx.ModuleErrorf("failed to find fragment %q in apex %q\n", 191 …ctx.ModuleErrorf("module %s is in two apexes, %s and %s", moduleInApex.module, existing, moduleInA… 196 ctx.ModuleErrorf("failed to find module %q in apex %q\n",
|
| D | prebuilt_apis.go | 85 ctx.ModuleErrorf("invalid scope %q found in path: %q", scope, p) 104 ctx.ModuleErrorf("Unable to read major.minor version for prebuilt api '%v'", v) 116 ctx.ModuleErrorf("Unable to read API level for prebuilt api '%v'", v) 222 mctx.ModuleErrorf("failed to glob %s files under %q: %s", subdir_glob, dir+"/"+scope, err) 273 mctx.ModuleErrorf("no api file found under %q", mctx.ModuleDir()) 315 …mctx.ModuleErrorf("Module %v finalized for extension %d but never during an API level; likely erro…
|
| /build/soong/fsgen/ |
| D | vbmeta_partitions.go | 86 ctx.ModuleErrorf("No key found for chained avb partition %q", chainedName) 90 ctx.ModuleErrorf("No algorithm found for chained avb partition %q", chainedName) 94 ctx.ModuleErrorf("No rollback index found for chained avb partition %q", chainedName) 99 ctx.ModuleErrorf("Rollback index location must be an int, got %q", props.RollbackIndexLocation) 109 ctx.ModuleErrorf("Rollback index must be an int, got %q", props.RollbackIndex) 166 …ctx.ModuleErrorf("Rollback index location must be an int, got %q", partitionVars.BoardAvbRollbackI…
|
| D | super_img.go | 61 …ctx.ModuleErrorf("Compression factor must be an int, got %q", partitionVars.ProductVirtualAbCompre… 68 ctx.ModuleErrorf("COW version must be an int, got %q", partitionVars.ProductVirtualAbCowVersion)
|
| /build/soong/aconfig/build_flags/ |
| D | release_configs.go | 68 ctx.ModuleErrorf("Cannot include %s with %s contributions", file, contributionDir) 71 ctx.ModuleErrorf("Invalid contribution file %s", file)
|
| /build/soong/android/ |
| D | apex_contributions.go | 115 ctx.ModuleErrorf("%s listed in apex_contributions %s does not exist\n", content, m.Name()) 140 ctx.ModuleErrorf("%s is not an apex_contributions module\n", child.Name()) 194 ctx.ModuleErrorf("There can only be 1 all_apex_contributions module in build/soong")
|
| D | singleton_module.go | 71 …ctx.ModuleErrorf("GenerateAndroidBuildActions already called for variant %q, SingletonModules can … 117 ctx.ModuleErrorf("Duplicate SingletonModule %q, previously used in %s", name, smb.bp)
|
| D | early_module_context.go | 27 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)
|
| D | license.go | 71 ctx.ModuleErrorf("Duplicated license kind: %q", license) 89 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
|
| D | otatools_package_cert_zip.go | 51 …ctx.ModuleErrorf("There can only be one otatools_package_cert_files module in build/make/tools/ota…
|
| D | licenses.go | 219 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod… 236 …ctx.ModuleErrorf("%s property %q is not a license module", propertyName, ctx.OtherModuleName(modul… 274 …ctx.ModuleErrorf("%s property %q is not a license module", propertyName, ctx.OtherModuleName(modul… 312 …ctx.ModuleErrorf("module type %q must have an applicable licenses property", ctx.OtherModuleType(m… 322 ctx.ModuleErrorf("duplicate %q %s", l, primaryProperty.getName())
|
| D | product_config.go | 32 ctx.ModuleErrorf("There can only be one product_config module in build/soong")
|
| D | android_info.go | 55 …ctx.ModuleErrorf("Either Board_info_files or Bootloader_board_name should be set. Please remove on…
|
| /build/soong/cc/ |
| D | sdk.go | 38 …ctx.ModuleErrorf("UseSdk() must return true when AlwaysSdk is set, did the factory forget to set S… 99 …ctx.ModuleErrorf("tried to create variation %q for module with AlwaysSdk set, expected \"sdk\"", v…
|
| D | stl.go | 92 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)
|
| D | ndk_headers.go | 118 ctx.ModuleErrorf("filepath.Rel(%q, %q) failed: %s", headerDir, 150 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs) 255 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
|
| /build/soong/tradefed_modules/ |
| D | test_module_config.go | 96 ctx.ModuleErrorf("'base' field must be set to a 'android_test' module.") 111 …ctx.ModuleErrorf("Test options must be given when using test_module_config. Set include/exclude fi… 195 …ctx.ModuleErrorf("At least one test-suite must be set or this won't run. Use \"general-tests\" or … 207 ctx.ModuleErrorf("Suites: [%s] listed but do not exist in base module: %s", 318 ctx.ModuleErrorf("'base' field must be set to a 'java_test_host' module") 349 ctx.ModuleErrorf("'android_test' module used as base, but 'java_test_host' expected.") 351 ctx.ModuleErrorf("'java_test_host' module used as base, but 'android_test' expected.") 355 ctx.ModuleErrorf("'%s' module used as base but it is not a '%s' module.", *m.Base, baseType)
|
| /build/soong/filesystem/ |
| D | android_device_product_out.go | 130 ctx.ModuleErrorf("%s does not set BootimgInfo\n", *prop) 150 ctx.ModuleErrorf("%s does not set vbmetaPartitionProvider\n", vbmetaModName) 165 ctx.ModuleErrorf("%s does not set SuperImageProvider\n", *a.partitionProps.Super_partition_name) 244 ctx.ModuleErrorf("Super partition %s does not set FilesystemProvider\n", partition.Name()) 255 ctx.ModuleErrorf("Super partition %s does not set SuperImageProvider\n", superPartition.Name())
|
| D | super_image.go | 191 ctx.ModuleErrorf("TODO: Handle additional deps when building super_empty.img") 245 ctx.ModuleErrorf("Could not get dep %q", *name) 250 ctx.ModuleErrorf("Expected dep %q to provide FilesystemInfo", *name) 256 ctx.ModuleErrorf("Already set subimageInfo for %q", partitionType) 282 ctx.ModuleErrorf("partition %q is not a super image supported partition", p) 356 ctx.ModuleErrorf("Duplicate partitions found in the partition_groups property")
|
| /build/soong/etc/ |
| D | adb_keys.go | 41 ctx.ModuleErrorf("adb_keys module type must set product_specific to true")
|
| D | avbpubkey.go | 60 ctx.ModuleErrorf("avbpubkey module type must set product_specific to true")
|
| /build/soong/rust/ |
| D | afdo.go | 45 ctx.ModuleErrorf("%s", err.Error())
|