Signed-off-by: Tias Guns <[email protected]> --- include/platform.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/platform.h b/include/platform.h index d79cc97..f250624 100644 --- a/include/platform.h +++ b/include/platform.h @@ -334,6 +334,10 @@ typedef unsigned smalluint; # define MAXSYMLINKS SYMLOOP_MAX #endif +#if defined(ANDROID) || defined(__ANDROID__) +# define BB_ADDITIONAL_PATH ":/system/sbin:/system/bin:/system/xbin" +#endif + /* ---- Who misses what? ------------------------------------ */ -- 1.7.10 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
