diff options
author | Nick Kralevich <nnk@google.com> | 2016-04-12 12:46:27 -0700 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:22:55 +0200 |
commit | 28abae34eb8ef392bb07ccedad6e48c4a0c4b08c (patch) | |
tree | ca8a48a3aadc74f6a6e1120f7f34a40ddaef6bc3 | |
parent | 6096535e610996e74ec4ca6b47d317af12d262ee (diff) |
init: Delete /mnt/sdcard symlink
Bug: 28108983
Change-Id: Id3fd161d607d8193d53c4a5536560120fe89f6d3
-rwxr-xr-x | rootdir/init.qcom.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index e1da4ea..9e4270d 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -41,8 +41,6 @@ on init # Set permissions for persist partition mkdir /persist 0771 system system - # Support legacy paths - symlink /sdcard /mnt/sdcard symlink /sdcard /storage/sdcard0 write /sys/module/qpnp_rtc/parameters/poweron_alarm 1 |