platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH
Signed-off-by: Tias Guns <tias@ulyssis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
a1ec841913
commit
3645195377
@ -334,6 +334,12 @@ typedef unsigned smalluint;
|
||||
# define MAXSYMLINKS SYMLOOP_MAX
|
||||
#endif
|
||||
|
||||
#if defined(ANDROID) || defined(__ANDROID__)
|
||||
# define BB_ADDITIONAL_PATH ":/system/sbin:/system/bin:/system/xbin"
|
||||
# define SYS_ioprio_set __NR_ioprio_set
|
||||
# define SYS_ioprio_get __NR_ioprio_get
|
||||
#endif
|
||||
|
||||
|
||||
/* ---- Who misses what? ------------------------------------ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user