diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-04-05 11:23:16 +0200 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-04-05 11:23:16 +0200 |
commit | 8fa19d59ed623e4696d7a6c6c60615d552998ca7 (patch) | |
tree | 8ccc19b0a5e6c71f594dc886779a014a3468923c | |
parent | fce75c18cea6a42cef6cf325327670440a1019bc (diff) | |
download | device_samsung_n5110-8fa19d59ed623e4696d7a6c6c60615d552998ca7.zip device_samsung_n5110-8fa19d59ed623e4696d7a6c6c60615d552998ca7.tar.gz device_samsung_n5110-8fa19d59ed623e4696d7a6c6c60615d552998ca7.tar.bz2 |
n5110 : adoptable storage
Change-Id: I3934ec04a61adaff61331b17e86119073c83e512
-rwxr-xr-x | rootdir/init.smdk4x12.rc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index 0cd6a03..53f0563 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -4,25 +4,10 @@ on init export LD_SHIM_LIBS /system/lib/libril.so|libsamsung_symbols.so:/system/bin/gpsd|libsamsung_symbols.so - symlink /storage/sdcard1 /extSdCard - symlink /storage/sdcard1 /mnt/extSdCard - symlink /storage/usb /usb - symlink /storage/usb /mnt/usb - - mkdir /efs 0771 radio system - mkdir /tombstones - symlink /efs /factory - # Vibetonz export VIBE_PIPE_PATH /dev/pipes mkdir /dev/pipes 0771 shell shell -on fs - mount_all /fstab.smdk4x12 - - chown radio system /efs - chmod 0771 /efs - on post-fs-data # Set indication (checked by vold) that we have finished this action |