Searched refs:dependency (Results 1 – 21 of 21) sorted by relevance
/build/make/core/ |
D | soong_java_prebuilt.mk | 34 $(eval $(call add-dependency,$(LOCAL_BUILT_MODULE),$(full_classes_jar))) 50 $(call add-dependency,$(common_javalib.jar),\ 57 $(call add-dependency,$(LOCAL_BUILT_MODULE),\ 68 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_res_package)) 80 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_proguard_flags)) 84 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_static_library_extra_packages)) 88 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_static_library_android_manifest)) 107 …$(eval $(call add-dependency,$(firstword $(call module-installed-files,$(m))),$(LOCAL_BUILT_MODULE… 113 $(eval $(call add-dependency,$(LOCAL_BUILT_MODULE),$(common_javalib.jar))) 114 $(eval $(call add-dependency,$(common_javalib.jar),$(full_classes_jar))) [all …]
|
D | soong_app_prebuilt.mk | 36 $(eval $(call add-dependency,$(LOCAL_BUILT_MODULE),$(full_classes_jar))) 77 $(call add-dependency,$(LOCAL_BUILT_MODULE),\ 84 $(call add-dependency,$(LOCAL_BUILT_MODULE),\ 98 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(resource_export_package))
|
D | soong_cc_prebuilt.mk | 60 $(call add-dependency,$(LOCAL_BUILT_MODULE).toc,$(LOCAL_BUILT_MODULE)) 161 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(symbolic_output)) 175 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(breakpad_output))
|
D | pdk_config.mk | 136 $(call add-dependency,$(PDK_FUSION_OUT_DIR)/$(strip $(1)),\ 188 $(eval $(call add-dependency,$(PRODUCT_OUT)/$(f),$(PRODUCT_OUT)/symbols/$(f))))
|
D | soong_rust_prebuilt.mk | 74 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(symbolic_output))
|
D | java_prebuilt_internal.mk | 136 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_prebuilt_android_manifest))
|
D | main.mk | 1083 $(foreach export,$(EXPORTS_LIST),$(eval $(call add-dependency,$$(EXPORTS.$$(export).USERS),$$(EXPOR…
|
D | definitions.mk | 512 define add-dependency
|
/build/make/tools/ |
D | filter-product-graph.py | 26 def dependency(m): function 32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
|
/build/blueprint/ |
D | name_interface.go | 170 …) MissingDependencyError(depender string, dependerNamespace Namespace, dependency string) (err err… 171 return fmt.Errorf("%q depends on undefined module %q", depender, dependency)
|
D | Blueprints | 173 // gotestmain tests can't be on the gotestmain module because it is an implicit dependency of tests. 174 // Put the tests in their own package and make it a dependency of minibp to make sure they run.
|
D | module_ctx_test.go | 193 runWithFailures(ctx, `dependency "bar" of "foo" missing variant:`+"\n \n"+
|
/build/soong/android/ |
D | namespace_test.go | 674 visit := func(dependency blueprint.Module) { 675 if dependency == possibleDependency.module { 685 visit := func(dependency blueprint.Module) {
|
D | paths.go | 278 ctx.ModuleErrorf(`missing dependency on %q, is the property annotated with android:"path"?`, m)
|
/build/soong/cc/ |
D | fuzz.go | 168 func isValidSharedDependency(dependency android.Module) bool { 172 if linkable, ok := dependency.(LinkableInterface); !ok || // Discard non-linkables. 184 if ccLibrary, isCcLibrary := dependency.(*Module); isCcLibrary {
|
/build/soong/docs/ |
D | best_practices.md | 114 Declare all files read by the tool, either with a dependency if you can, or by 115 writing a dependency file. Ninja supports a fairly limited set of dependency 127 may need to add the the directories to your dependency list or dependency file,
|
D | perf.md | 17 soong_ui logs the wall time of the longest dependency chain compared to the
|
/build/make/ |
D | Changes.md | 303 or as a dependency of something on the command line), that file will be copied 608 already be adding that as a dependency). 612 dependency, but modify the PATH within the rule itself:
|
/build/soong/ |
D | README.md | 266 defined in already converted Android.bp as a dependency.
|
/build/soong/java/ |
D | sdk_library.go | 69 …ctx.ModuleErrorf("has an invalid {scopeDependencyTag: %s} dependency on module %s: %s", tag.name, …
|
/build/soong/apex/ |
D | apex_test.go | 2144 testApexError(t, `dependency "mylib" of "myapex" missing variant:\n.*image:vendor`, `
|