summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-06 09:38:00 +0000
committerandroid-build-bot <android-build-bot@fake-email.com>2015-10-06 09:38:00 +0000
commitdca5c328bfa551ef5b416a1f9226b72a1d406096 (patch)
treebf576c4966a3b069a428d8758f2003b9a9704397
parent800512ccb8df7a387550a9917450bdfed084a9f8 (diff)
downloadfvp-armv8-dca5c328bfa551ef5b416a1f9226b72a1d406096.tar.gz
update storage as per Android M spec
Change-Id: Ifb9f4fbc2dcc5abcc44081ff036df8a39fdee831 Signed-off-by: android-build-bot <android-build-bot@fake-email.com>
-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