From 9a29c3f24155a5fe167df398147b354a96931a1c Mon Sep 17 00:00:00 2001 From: Erik Kline Date: Mon, 30 May 2016 12:06:11 +0900 Subject: [PATCH] Add /vendor/xbin to root's path. Bug: 28850734 Change-Id: Ibfc5ae019bec2efe6d188bacdd7fb009178fc837 --- libc/include/paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/include/paths.h b/libc/include/paths.h index 82c28042f..1392cf0ae 100644 --- a/libc/include/paths.h +++ b/libc/include/paths.h @@ -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"