Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c3b7e99 authored by that's avatar that Committed by Dees Troy
Browse files

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
parent 5f052559
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ service set_permissive /sbin/permissive.sh

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