Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate away from symlinks to ease builds on Windows #4

Open
supersat opened this issue Apr 13, 2019 · 0 comments
Open

Migrate away from symlinks to ease builds on Windows #4

supersat opened this issue Apr 13, 2019 · 0 comments

Comments

@supersat
Copy link
Member

Currently android/app/prebuilt/armeabi-v7a/lib*.so are symlinked to their corresponding files built in libosmocore. On systems where WSL is used to build libosmocore/osmocom-bb and Android Studio is used to build the app, this breaks because WSL symlinks are not the same as regular NTFS symlinks. In many cases, NTFS symlinks also require administrator permissions to create. It should be relatively easy to just copy these libraries over as part of the Android build process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant