Searched refs:built_module_path (Results 1 - 3 of 3) sorted by relevance

/build/core/
H A Dprebuilt_internal.mk209 built_apk_splits := $(addprefix $(built_module_path)/,$(notdir $(LOCAL_PACKAGE_SPLITS)))
221 $(built_apk_splits) : $(built_module_path)/%.apk : $(my_src_dir)/%.apk | $(ACP)
227 $(installed_apk_splits) : $(my_module_path)/%.apk : $(built_module_path)/%.apk | $(ACP)
234 $(foreach s,$(LOCAL_PACKAGE_SPLITS),$(built_module_path)/$(notdir $(s)):$(my_module_path)/$(notdir $(s)))
H A Dpackage_internal.mk434 built_apk_splits := $(foreach s,$(my_split_suffixes),$(built_module_path)/package_$(s).apk)
444 $(built_apk_splits) : $(built_module_path)/%.apk : $(LOCAL_BUILT_MODULE)
453 $(installed_apk_splits) : $(my_module_path)/$(LOCAL_MODULE)_%.apk : $(built_module_path)/package_%.apk | $(ACP)
460 $(foreach s,$(my_split_suffixes),$(built_module_path)/package_$(s).apk:$(my_module_path)/$(LOCAL_MODULE)_$(s).apk)
H A Dbase_rules.mk174 built_module_path := $(OVERRIDE_BUILT_MODULE_PATH) macro
176 built_module_path := $(intermediates) macro
178 LOCAL_BUILT_MODULE := $(built_module_path)/$(my_built_module_stem)

Completed in 2264 milliseconds