diff options
author | Elliott Hughes <enh@google.com> | 2015-05-12 23:43:14 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-05-12 23:43:15 +0200 |
commit | 3badd56326422a79b5b09a98fc0282d915cf5e32 (patch) | |
tree | d992a96030650df0d355b4608d537fd34beb8a6b | |
parent | Merge "Fix build following adb change." (diff) | |
parent | init sets the default PATH itself, better. (diff) | |
download | android_bootable_recovery-3badd56326422a79b5b09a98fc0282d915cf5e32.tar android_bootable_recovery-3badd56326422a79b5b09a98fc0282d915cf5e32.tar.gz android_bootable_recovery-3badd56326422a79b5b09a98fc0282d915cf5e32.tar.bz2 android_bootable_recovery-3badd56326422a79b5b09a98fc0282d915cf5e32.tar.lz android_bootable_recovery-3badd56326422a79b5b09a98fc0282d915cf5e32.tar.xz android_bootable_recovery-3badd56326422a79b5b09a98fc0282d915cf5e32.tar.zst android_bootable_recovery-3badd56326422a79b5b09a98fc0282d915cf5e32.zip |
-rw-r--r-- | etc/init.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/init.rc b/etc/init.rc index 6c07c6027..0a4c6e9df 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -5,7 +5,6 @@ on early-init start healthd on init - export PATH /sbin:/system/bin export ANDROID_ROOT /system export ANDROID_DATA /data export EXTERNAL_STORAGE /sdcard |