Add /vendor/xbin to root's path.
Bug: 28850734 Change-Id: Ibfc5ae019bec2efe6d188bacdd7fb009178fc837
This commit is contained in:
parent
676f6e3c7f
commit
9a29c3f241
|
@ -34,7 +34,7 @@
|
|||
|
||||
#define _PATH_BSHELL "/system/bin/sh"
|
||||
#define _PATH_CONSOLE "/dev/console"
|
||||
#define _PATH_DEFPATH "/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin"
|
||||
#define _PATH_DEFPATH "/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin:/vendor/xbin"
|
||||
#define _PATH_DEV "/dev/"
|
||||
#define _PATH_DEVNULL "/dev/null"
|
||||
#define _PATH_KLOG "/proc/kmsg"
|
||||
|
|
Loading…
Reference in New Issue