Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34c92f46 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am fc2f1e61: Merge "Move libutils off AndroidConfig.h."

* commit 'fc2f1e61':
  Move libutils off AndroidConfig.h.
parents da65eee8 fc2f1e61
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -75,4 +75,10 @@ static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset)
    _rc; })
#endif

#if defined(_WIN32)
#define OS_PATH_SEPARATOR '\\'
#else
#define OS_PATH_SEPARATOR '/'
#endif

#endif /* __LIB_UTILS_COMPAT_H */
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#include <utils/String8.h>

#include <utils/Compat.h>
#include <utils/Log.h>
#include <utils/Unicode.h>
#include <utils/SharedBuffer.h>