diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-04-05 11:22:32 +0200 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-04-05 11:22:32 +0200 |
commit | 0fcdfe33c23ec443dd0eb3fee6fce4527e5c5ae7 (patch) | |
tree | b380e1f3ba7232fd2bef832c43663ec40d1eef12 | |
parent | 9416891b00872c367c1d3650b41a218a9055002c (diff) | |
download | device_samsung_n5100-0fcdfe33c23ec443dd0eb3fee6fce4527e5c5ae7.zip device_samsung_n5100-0fcdfe33c23ec443dd0eb3fee6fce4527e5c5ae7.tar.gz device_samsung_n5100-0fcdfe33c23ec443dd0eb3fee6fce4527e5c5ae7.tar.bz2 |
n5100 : adoptable storage
Change-Id: I79b07ca8aec0881ae919c971002293f0c405b929
-rwxr-xr-x | rootdir/init.smdk4x12.rc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index 81553b9..425ea4f 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -1,28 +1,12 @@ import init.smdk4x12.usb.rc 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 # for AT distributor chown system radio /sys/module/cpuidle_exynos4/parameters/enable_mask |