Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f60353c authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Fix multilib test data being installed twice to the same place" am:...

Merge "Fix multilib test data being installed twice to the same place" am: f9d8f6fa am: 71bea86c
am: 076ace47

Change-Id: I012765f5d0076733428aacb051cc37175ea04fd2
parents 275d713b 076ace47
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -590,9 +590,6 @@ $(foreach extra_config, $(wildcard $(LOCAL_PATH)/$(LOCAL_MODULE)_*.config), \
endif
endif # $(my_prefix)$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_compat_files

arch_dir :=
is_native :=

ifneq ($(my_test_data_file_pairs),)
$(foreach pair, $(my_test_data_file_pairs), \
  $(eval parts := $(subst :,$(space),$(pair))) \
@@ -603,6 +600,9 @@ $(foreach pair, $(my_test_data_file_pairs), \
      $(src_path):$(call append-path,$(dir),$(file))))))
endif

arch_dir :=
is_native :=

$(call create-suite-dependencies)

endif  # LOCAL_COMPATIBILITY_SUITE