aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/platform.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index d79cc97e5..ba534b284 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -334,6 +334,12 @@ typedef unsigned smalluint;
334# define MAXSYMLINKS SYMLOOP_MAX 334# define MAXSYMLINKS SYMLOOP_MAX
335#endif 335#endif
336 336
337#if defined(ANDROID) || defined(__ANDROID__)
338# define BB_ADDITIONAL_PATH ":/system/sbin:/system/bin:/system/xbin"
339# define SYS_ioprio_set __NR_ioprio_set
340# define SYS_ioprio_get __NR_ioprio_get
341#endif
342
337 343
338/* ---- Who misses what? ------------------------------------ */ 344/* ---- Who misses what? ------------------------------------ */
339 345