summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2015-08-24 13:48:28 -0700
committerTom Cherry <tomcherry@google.com>2015-08-24 13:48:28 -0700
commitf008fcfbf3fbd7eb3a3f9fbc46c4fdd972df40fa (patch)
tree4a9ab3bf79918ba27b713ed92299cde32ab50ab8
parent03e50841475ecdff61d9893a62af5ad3a833f4ce (diff)
downloadqemu-f008fcfbf3fbd7eb3a3f9fbc46c4fdd972df40fa.tar.gz
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
-rw-r--r--ranchu_arm64.mk2
1 files changed, 0 insertions, 2 deletions
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 @@ PRODUCT_PACKAGES += \
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)