Add /product/bin to path

Test: echo $PATH
Bug: 125003060
Change-Id: I6462ba5da5cfce1215df0baaf51e7f0e748ae560
This commit is contained in:
Daniel Rosenberg 2019-02-20 16:50:54 -08:00 committed by Steven Moreland
parent 1b82812635
commit ced659ec92
1 changed files with 1 additions and 1 deletions

View File

@ -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/"