gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.34k stars 173 forks source link

Please port this library for Android Open Source Project (AOSP) #127

Closed uskovboris closed 2 years ago

uskovboris commented 3 years ago

There is a luck of the std::filesystem in Android

uskovboris commented 3 years ago

Please implement Android.mk for the library to build it for embedded devices

gulrak commented 3 years ago

I would like to, but I currently don't have any Android development setup, as I don't use Android in any way. I know of people using it on with NDK versions that not support std::filesystem (as far as I know before NDK r22). But I guess most of them just copy the filesystem.hpp to their Projects and include it where needed, as it is header-only, so no real library is build.

If someone wants to help with an Android.mk that would help AOSP usage, I'd be glad to get a PR, but without setting up an Android environment and using it, I sadly don't see how I can do this.

gulrak commented 2 years ago

Closing this, as nobody stepped in and I'm not able to support this feature myself, as I can't invest the time, not doing any Android work myself. PRs still welcome.