[PATCH 2/6] android: use BB_ADDITIONAL_PATH

Tias Guns tias at ulyssis.org
Sun Jun 3 14:43:04 UTC 2012


Signed-off-by: Tias Guns <tias at ulyssis.org>
---
 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



More information about the busybox mailing list