Revert "Verify init scripts for correctness during build"
This reverts commit 03303f97bee5c72e143572f42387e9089aebf151.
Reason for revert: Mac build
Change-Id: Iadd76491307534fde81d3d917876c603a0658fb9
diff --git a/core/base_rules.mk b/core/base_rules.mk
index 4eb638e..075465e 100644
--- a/core/base_rules.mk
+++ b/core/base_rules.mk
@@ -423,7 +423,7 @@
# Make sure we only set up the copy rules once, even if another arch variant
# shares a common LOCAL_INIT_RC.
my_init_rc_new_pairs := $(filter-out $(ALL_INIT_RC_INSTALLED_PAIRS),$(my_init_rc_pairs))
-my_init_rc_new_installed := $(call copy-many-init-script-files-checked,$(my_init_rc_new_pairs))
+my_init_rc_new_installed := $(call copy-many-files,$(my_init_rc_new_pairs))
ALL_INIT_RC_INSTALLED_PAIRS += $(my_init_rc_new_pairs)
$(my_all_targets) : $(my_init_rc_installed)