Merge "Fix multilib test data being installed twice to the same place"
This commit is contained in:
commit
f9d8f6fa7d
1 changed files with 3 additions and 3 deletions
|
@ -590,9 +590,6 @@ $(foreach extra_config, $(wildcard $(LOCAL_PATH)/$(LOCAL_MODULE)_*.config), \
|
||||||
endif
|
endif
|
||||||
endif # $(my_prefix)$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_compat_files
|
endif # $(my_prefix)$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_compat_files
|
||||||
|
|
||||||
arch_dir :=
|
|
||||||
is_native :=
|
|
||||||
|
|
||||||
ifneq ($(my_test_data_file_pairs),)
|
ifneq ($(my_test_data_file_pairs),)
|
||||||
$(foreach pair, $(my_test_data_file_pairs), \
|
$(foreach pair, $(my_test_data_file_pairs), \
|
||||||
$(eval parts := $(subst :,$(space),$(pair))) \
|
$(eval parts := $(subst :,$(space),$(pair))) \
|
||||||
|
@ -603,6 +600,9 @@ $(foreach pair, $(my_test_data_file_pairs), \
|
||||||
$(src_path):$(call append-path,$(dir),$(file))))))
|
$(src_path):$(call append-path,$(dir),$(file))))))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
arch_dir :=
|
||||||
|
is_native :=
|
||||||
|
|
||||||
$(call create-suite-dependencies)
|
$(call create-suite-dependencies)
|
||||||
|
|
||||||
endif # LOCAL_COMPATIBILITY_SUITE
|
endif # LOCAL_COMPATIBILITY_SUITE
|
||||||
|
|
Loading…
Reference in a new issue