paths.h: /sbin and /system/sbin no longer exist.

Bug: http://b/73660730
Test: treehugger
Change-Id: Ie49253304e192b0eafa5747e547371d1d128a6f5
This commit is contained in:
Elliott Hughes 2019-04-16 15:52:20 -07:00
parent b9a7c651f1
commit 07c5587e56

View file

@ -47,7 +47,7 @@
#define _PATH_CONSOLE "/dev/console"
/** Default shell search path. */
#define _PATH_DEFPATH "/sbin:/system/sbin:/product/bin:/apex/com.android.runtime/bin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin"
#define _PATH_DEFPATH "/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/"