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

Fix android build #18

Merged
merged 4 commits into from
Jun 10, 2020
Merged

Fix android build #18

merged 4 commits into from
Jun 10, 2020

Conversation

MatteoArella
Copy link
Member

@MatteoArella MatteoArella commented Jun 5, 2020

This PR contains following fixes:

  • removed soversion from libroc.so library
  • LogLevel class caching during JNI_OnLoad
  • fix thread attaching and detaching on logger_handler
  • added internet permissions to AndroidManifest.xml

/resolve #15
/resolve #16

removed soversion from soname, LogLevel class caching, fix thread attaching and detaching on logger_handler

added internet permissions to AndroidManifest
@MatteoArella MatteoArella requested review from ortex and gavv June 5, 2020 13:51
@ortex
Copy link
Member

ortex commented Jun 6, 2020

I've tested changes. Fixes for logger and build are working 👍

android/roc-android/build.gradle Outdated Show resolved Hide resolved
roc_jni/src/main/cpp/logger.cpp Show resolved Hide resolved
roc_jni/src/main/cpp/logger.cpp Outdated Show resolved Hide resolved
@ortex
Copy link
Member

ortex commented Jun 6, 2020

LGTM

@gavv
Copy link
Member

gavv commented Jun 10, 2020

LGTM!

@gavv gavv merged commit bcbb39d into master Jun 10, 2020
@gavv gavv deleted the fix-android-build branch June 10, 2020 14:57
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

Successfully merging this pull request may close these issues.

Fix android aar build Fix logger on android
3 participants