From f853ea3db0b040d34488112ce1ba9f6a1527deec Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 9 Jul 2020 00:56:42 +0300 Subject: [PATCH] ndk-patches: remove /bin/applets from PATH We no longer rely on Busybox applets. --- ndk-patches/paths.h.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndk-patches/paths.h.patch b/ndk-patches/paths.h.patch index e7834203c..8a9c757cb 100644 --- a/ndk-patches/paths.h.patch +++ b/ndk-patches/paths.h.patch @@ -15,7 +15,7 @@ /** 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 "@TERMUX_PREFIX@/bin:@TERMUX_PREFIX@/bin/applets" ++#define _PATH_DEFPATH "@TERMUX_PREFIX@/bin" /** Path to the directory containing device files. */ #define _PATH_DEV "/dev/"