Add back init.d script for exfat support

This commit is contained in:
ggow
2019-04-23 11:32:35 +01:00
parent 7e6d81e7fe
commit cdabf7a739
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/system/bin/sh
/system/bin/mount.exfat /dev/block/mmcblk1p1 /mnt/media_rw/sdcard1/ && /system/bin/sdcard -u 1023 -g 1023 -w 1023 -d /mnt/media_rw/sdcard1 /storage/sdcard1&
+3 -2
View File
@@ -8,8 +8,9 @@ $(call inherit-product-if-exists, vendor/amazon/ford/ford-vendor.mk)
# Device overlay
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_FOLDER)/overlay
# Overlay Binaries
$(call inherit-product, $(LOCAL_PATH)/overlay-binaries/overlay-binaries.mk)
# Install init.d scripts
PRODUCT_COPY_FILES += \
$(DEVICE_FOLDER)/configs/99exfat-support:system/etc/init.d/99exfat-support
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)