From 9e65428d02b33573ec9250a240db16136bc25ea1 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 11 Jul 2020 00:51:47 +0300 Subject: [PATCH] fix ndk-patches/paths.h.patch --- ndk-patches/paths.h.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ndk-patches/paths.h.patch b/ndk-patches/paths.h.patch index aa41fdd65a..f6fb17b928 100644 --- a/ndk-patches/paths.h.patch +++ b/ndk-patches/paths.h.patch @@ -1,5 +1,5 @@ ---- ./usr/include/paths.h.orig 2020-07-10 21:21:20.717104129 +0000 -+++ ./usr/include/paths.h 2020-07-10 21:24:28.337980566 +0000 +--- ./usr/include/paths.h.orig 2020-07-10 21:50:03.778299300 +0000 ++++ ./usr/include/paths.h 2020-07-10 21:51:03.127602196 +0000 @@ -40,14 +40,14 @@ #ifndef _PATH_BSHELL @@ -12,7 +12,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:/apex/com.android.art/bin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin" +#define _PATH_DEFPATH "@TERMUX_PREFIX@/bin" /** Path to the directory containing device files. */