remove TARGET_PROVIDES_INIT_RC

This is effectively a no-op as the init.rc provided by the target
points to the same init.rc that would be used if this variable were
set to false.

Change-Id: I9ba8381143020510d2b78239324ec6a797ef5cb8
diff --git a/ranchu_arm64.mk b/ranchu_arm64.mk
index ad252ee..73a4ad2 100644
--- a/ranchu_arm64.mk
+++ b/ranchu_arm64.mk
@@ -28,9 +28,7 @@
     libGLES_android
 
 
-TARGET_PROVIDES_INIT_RC := true
 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
-			system/core/rootdir/init.rc:root/init.rc \
 			$(LOCAL_PATH)/init.ranchu.rc:root/init.ranchu.rc \
 			$(LOCAL_PATH)/fstab.ranchu:root/fstab.ranchu \
 			$(LOCAL_PATH)/ueventd.ranchu.rc:root/ueventd.ranchu.rc)