Revert "Verify init scripts for correctness during build"
This reverts commit 03303f97bee5c72e143572f42387e9089aebf151.
Reason for revert: Mac build
Change-Id: Iadd76491307534fde81d3d917876c603a0658fb9
diff --git a/core/Makefile b/core/Makefile
index 9a7e40b..fc724ea 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -36,9 +36,7 @@
$(eval $(call copy-xml-file-checked,$(_src),$(_fulldest))),\
$(if $(and $(filter %.jar,$(_dest)),$(filter $(basename $(notdir $(_dest))),$(PRODUCT_LOADED_BY_PRIVILEGED_MODULES))),\
$(eval $(call copy-and-uncompress-dexs,$(_src),$(_fulldest))), \
- $(if $(filter init%rc,$(notdir $(_dest)))$(filter %/etc/init,$(dir $(_dest))),\
- $(eval $(call copy-init-script-file-checked,$(_src),$(_fulldest))),\
- $(eval $(call copy-one-file,$(_src),$(_fulldest)))))) \
+ $(eval $(call copy-one-file,$(_src),$(_fulldest))))) \
$(eval ALL_DEFAULT_INSTALLED_MODULES += $(_fulldest)) \
$(eval unique_product_copy_files_destinations += $(_dest))))