Merge "Replace usages of my_register_name with my_all_targets"
am: 077d9d5fe7
Change-Id: I7e833dab3ff53e8524a227038c8de92e8e67393c
This commit is contained in:
commit
e373117cac
|
@ -142,6 +142,6 @@ DEXPREOPT.MODULES.$(LOCAL_MODULE_CLASS) := $(sort \
|
||||||
|
|
||||||
|
|
||||||
# Make sure to install the .odex and .vdex when you run "make <module_name>"
|
# Make sure to install the .odex and .vdex when you run "make <module_name>"
|
||||||
$(my_register_name): $(installed_odex) $(installed_vdex)
|
$(my_all_targets): $(installed_odex) $(installed_vdex)
|
||||||
|
|
||||||
endif # LOCAL_DEX_PREOPT
|
endif # LOCAL_DEX_PREOPT
|
||||||
|
|
|
@ -579,7 +579,7 @@ ALL_MODULES.$(my_register_name).BUILT_INSTALLED += \
|
||||||
$(foreach s,$(my_split_suffixes),$(built_module_path)/package_$(s).apk:$(my_module_path)/$(LOCAL_MODULE)_$(s).apk)
|
$(foreach s,$(my_split_suffixes),$(built_module_path)/package_$(s).apk:$(my_module_path)/$(LOCAL_MODULE)_$(s).apk)
|
||||||
|
|
||||||
# Make sure to install the splits when you run "make <module_name>".
|
# Make sure to install the splits when you run "make <module_name>".
|
||||||
$(my_register_name): $(installed_apk_splits)
|
$(my_all_targets): $(installed_apk_splits)
|
||||||
|
|
||||||
ifdef LOCAL_COMPATIBILITY_SUITE
|
ifdef LOCAL_COMPATIBILITY_SUITE
|
||||||
cts_testcase_file := $(foreach s,$(my_split_suffixes),$(COMPATIBILITY_TESTCASES_OUT_$(LOCAL_COMPATIBILITY_SUITE))/$(LOCAL_MODULE)_$(s).apk)
|
cts_testcase_file := $(foreach s,$(my_split_suffixes),$(COMPATIBILITY_TESTCASES_OUT_$(LOCAL_COMPATIBILITY_SUITE))/$(LOCAL_MODULE)_$(s).apk)
|
||||||
|
@ -590,7 +590,7 @@ COMPATIBILITY.$(LOCAL_COMPATIBILITY_SUITE).FILES := \
|
||||||
$(COMPATIBILITY.$(LOCAL_COMPATIBILITY_SUITE).FILES) \
|
$(COMPATIBILITY.$(LOCAL_COMPATIBILITY_SUITE).FILES) \
|
||||||
$(cts_testcase_file)
|
$(cts_testcase_file)
|
||||||
|
|
||||||
$(my_register_name) : $(cts_testcase_file)
|
$(my_all_targets) : $(cts_testcase_file)
|
||||||
endif # LOCAL_COMPATIBILITY_SUITE
|
endif # LOCAL_COMPATIBILITY_SUITE
|
||||||
endif # LOCAL_PACKAGE_SPLITS
|
endif # LOCAL_PACKAGE_SPLITS
|
||||||
|
|
||||||
|
|
|
@ -336,7 +336,7 @@ ALL_MODULES.$(my_register_name).BUILT_INSTALLED += \
|
||||||
$(foreach s,$(LOCAL_PACKAGE_SPLITS),$(built_module_path)/$(notdir $(s)):$(my_module_path)/$(notdir $(s)))
|
$(foreach s,$(LOCAL_PACKAGE_SPLITS),$(built_module_path)/$(notdir $(s)):$(my_module_path)/$(notdir $(s)))
|
||||||
|
|
||||||
# Make sure to install the splits when you run "make <module_name>".
|
# Make sure to install the splits when you run "make <module_name>".
|
||||||
$(my_register_name): $(installed_apk_splits)
|
$(my_all_targets): $(installed_apk_splits)
|
||||||
|
|
||||||
endif # LOCAL_PACKAGE_SPLITS
|
endif # LOCAL_PACKAGE_SPLITS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue