aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorElliott Hughes2017-12-06 10:41:50 -0600
committerElliott Hughes2017-12-06 10:41:50 -0600
commit4dca6f12dbbf76917c03514f8b7123a4ec927984 (patch)
tree20ae47abeebb4cded81c3eafb3262ec71299ed47 /etc
parent5ce9fe355caf09efdb3679bec620ee486cedb731 (diff)
downloadplatform-bootable-recovery-4dca6f12dbbf76917c03514f8b7123a4ec927984.tar.gz
platform-bootable-recovery-4dca6f12dbbf76917c03514f8b7123a4ec927984.tar.xz
platform-bootable-recovery-4dca6f12dbbf76917c03514f8b7123a4ec927984.zip
Add a /bin symlink for consistency.
Bug: http://b/63142920 Test: builds Change-Id: I1f96935daca4d79f753e172067e07f8e27ea819e
Diffstat (limited to 'etc')
-rw-r--r--etc/init.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc
index d8121cc4..0fc6c4c1 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -11,6 +11,7 @@ on init
11 export ANDROID_DATA /data 11 export ANDROID_DATA /data
12 export EXTERNAL_STORAGE /sdcard 12 export EXTERNAL_STORAGE /sdcard
13 13
14 symlink /system/bin /bin
14 symlink /system/etc /etc 15 symlink /system/etc /etc
15 16
16 mount cgroup none /acct cpuacct 17 mount cgroup none /acct cpuacct