commit | 9c3b7e990e162319cb379545b458838478a19eb0 | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Tue Mar 14 20:42:45 2017 +0100 |
committer | Dees Troy <dees_troy@teamw.in> | Tue May 16 22:56:51 2017 +0200 |
tree | 259e696bf03cbead8dc1b530ca76c80fd0647e2c | |
parent | 5f0525591190890cd01238492c7bf6a039ca55e9 [diff] |
etc: remove "." from LD_LIBRARY_PATH We shouldn't load libraries from some random working directory. For example it breaks busybox when you're in /system/lib. Change-Id: Ia1f8f4fda9e6182c0cd8c5ac727c2b1eb09c84a2
diff --git a/etc/init.rc b/etc/init.rc index 847a293..3523181 100644 --- a/etc/init.rc +++ b/etc/init.rc
@@ -24,7 +24,7 @@ on init export PATH /sbin:/system/bin - export LD_LIBRARY_PATH .:/sbin + export LD_LIBRARY_PATH /sbin export ANDROID_ROOT /system export ANDROID_DATA /data