- Add /system/etc/install-recovery-2.sh with the same content as /system/bin/install-recovery.sh

- That way init.d-support doesn't break when SuperSU is installed (it overwrites /system/bin/install-recovery.sh
This commit is contained in:
ggow
2015-12-10 16:37:54 +00:00
parent ab657fff70
commit aa31bca369
+2 -1
View File
@@ -7,7 +7,8 @@ PRODUCT_COPY_FILES += \
# install-recovery.sh used to initialise init.d support
PRODUCT_COPY_FILES += \
$(OVERLAY_BIN)/install-recovery.sh:system/bin/new-install-recovery.sh
$(OVERLAY_BIN)/install-recovery.sh:system/bin/new-install-recovery.sh \
$(OVERLAY_BIN)/install-recovery.sh:system/etc/install-recovery-2.sh
# Install init.d scripts
PRODUCT_COPY_FILES += \