diff options
author | Elliott Hughes <enh@google.com> | 2015-02-13 16:47:02 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-02-13 16:59:00 -0800 |
commit | 3a5d71ac60ea1769aa5a0c4d0d76b08238392247 (patch) | |
tree | 47a1f074ffc51eb11b23ac3241f62c6a1349f592 /rootdir | |
parent | b0572e2566ed743e4e65b899ff0a678c804ee1a4 (diff) | |
download | system_core-3a5d71ac60ea1769aa5a0c4d0d76b08238392247.zip system_core-3a5d71ac60ea1769aa5a0c4d0d76b08238392247.tar.gz system_core-3a5d71ac60ea1769aa5a0c4d0d76b08238392247.tar.bz2 |
/vendor is sometimes on a separate partition now.
Change-Id: I3217c272ea38ab8212056e0432d0ededacd362f6
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 1755013..bbb812b 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -34,12 +34,11 @@ on init loglevel 3 - # Backward compatibility + # Backward compatibility. symlink /system/etc /etc symlink /sys/kernel/debug /d - # Right now vendor lives on the same filesystem as system, - # but someday that may change. + # Link /vendor to /system/vendor for devices without a vendor partition. symlink /system/vendor /vendor # Create cgroup mount point for cpu accounting |