Merge "Move libutils off AndroidConfig.h."
This commit is contained in:
commit
fc2f1e6114
2 changed files with 7 additions and 0 deletions
|
|
@ -75,4 +75,10 @@ static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset)
|
||||||
_rc; })
|
_rc; })
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_WIN32)
|
||||||
|
#define OS_PATH_SEPARATOR '\\'
|
||||||
|
#else
|
||||||
|
#define OS_PATH_SEPARATOR '/'
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __LIB_UTILS_COMPAT_H */
|
#endif /* __LIB_UTILS_COMPAT_H */
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#include <utils/String8.h>
|
#include <utils/String8.h>
|
||||||
|
|
||||||
|
#include <utils/Compat.h>
|
||||||
#include <utils/Log.h>
|
#include <utils/Log.h>
|
||||||
#include <utils/Unicode.h>
|
#include <utils/Unicode.h>
|
||||||
#include <utils/SharedBuffer.h>
|
#include <utils/SharedBuffer.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue