From ced659ec92723cf8b2dfa1e7a70b2c132a8791fd Mon Sep 17 00:00:00 2001 From: Daniel Rosenberg Date: Wed, 20 Feb 2019 16:50:54 -0800 Subject: [PATCH] Add /product/bin to path Test: echo $PATH Bug: 125003060 Change-Id: I6462ba5da5cfce1215df0baaf51e7f0e748ae560 --- 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 b5b86101c..0cf2789af 100644 --- a/libc/include/paths.h +++ b/libc/include/paths.h @@ -47,7 +47,7 @@ #define _PATH_CONSOLE "/dev/console" /** Default shell search path. */ -#define _PATH_DEFPATH "/sbin:/system/sbin:/apex/com.android.runtime/bin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin" +#define _PATH_DEFPATH "/sbin:/system/sbin:/product/bin:/apex/com.android.runtime/bin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin" /** Path to the directory containing device files. */ #define _PATH_DEV "/dev/"