Home
last modified time | relevance | path

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

123456

/build/soong/java/
Dclasspath_element.go75 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…
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)
Dhiddenapi_monolithic.go73 ctx.ModuleErrorf("%s does not provide hidden API information", fragment)
90 ctx.ModuleErrorf("Could not determine min_version_version of %s\n", otherModule.Name())
Dbootclasspath.go125 …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",
Dprebuilt_apis.go85 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/
Dvbmeta_partitions.go86 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…
Dsuper_img.go61 …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/
Drelease_configs.go68 ctx.ModuleErrorf("Cannot include %s with %s contributions", file, contributionDir)
71 ctx.ModuleErrorf("Invalid contribution file %s", file)
/build/soong/android/
Dapex_contributions.go115 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")
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)
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)
Dlicense.go71 ctx.ModuleErrorf("Duplicated license kind: %q", license)
89 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
Dotatools_package_cert_zip.go51 …ctx.ModuleErrorf("There can only be one otatools_package_cert_files module in build/make/tools/ota…
Dlicenses.go219 …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())
Dproduct_config.go32 ctx.ModuleErrorf("There can only be one product_config module in build/soong")
Dandroid_info.go55 …ctx.ModuleErrorf("Either Board_info_files or Bootloader_board_name should be set. Please remove on…
/build/soong/cc/
Dsdk.go38 …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…
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)
Dndk_headers.go118 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/
Dtest_module_config.go96 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/
Dandroid_device_product_out.go130 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())
Dsuper_image.go191 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/
Dadb_keys.go41 ctx.ModuleErrorf("adb_keys module type must set product_specific to true")
Davbpubkey.go60 ctx.ModuleErrorf("avbpubkey module type must set product_specific to true")
/build/soong/rust/
Dafdo.go45 ctx.ModuleErrorf("%s", err.Error())

123456