summaryrefslogtreecommitdiff
path: root/init.fvpbase.rc
diff options
context:
space:
mode:
Diffstat (limited to 'init.fvpbase.rc')
-rwxr-xr-xinit.fvpbase.rc15
1 files changed, 2 insertions, 13 deletions
diff --git a/init.fvpbase.rc b/init.fvpbase.rc
index cdb1e1c..595c6dd 100755
--- a/init.fvpbase.rc
+++ b/init.fvpbase.rc
@@ -7,16 +7,8 @@ on init
write /sys/kernel/mm/transparent_hugepage/enabled "never"
# See storage config details at http://source.android.com/tech/storage/
- mkdir /mnt/shell/emulated 0700 shell shell
- mkdir /storage/emulated 0555 root root
- export EXTERNAL_STORAGE /storage/emulated/legacy
- export EMULATED_STORAGE_SOURCE /mnt/shell/emulated
- export EMULATED_STORAGE_TARGET /storage/emulated
- # Support legacy paths
- symlink /storage/emulated/legacy /sdcard
- symlink /storage/emulated/legacy /mnt/sdcard
- symlink /storage/emulated/legacy /storage/sdcard0
- symlink /mnt/shell/emulated/0 /storage/emulated/legacy
+ symlink /sdcard /mnt/sdcard
+ symlink /sdcard /storage/sdcard0
# Disabled virtual memory randomization
# (if randomization is enabled the AEM-JIT will have a lower cache hit rate)
@@ -92,9 +84,6 @@ service iprenew_eth0 /system/bin/dhcpcd -n
disabled
oneshot
-service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
- class late_start
-
service gatord /system/bin/gatord -c /data/misc/gatord/configuration.xml
class main
user root