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 and include sls-muse build #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

schlusslicht
Copy link

@schlusslicht schlusslicht commented Jan 9, 2021

What this pull request does
This pull request fixes a minor bug in the sls-muse module and appends the :sls-muse build target to settings.gradle, so one can include the SensorLib:sls-muse module via Jitpack (look for sensorlib:sls-muse in the Jitpack build log).

It further deduplicates the libmuse_android.so JNI libraries, as all flavours are identical and deploying an app containing the arm64-v8a.so flavour crashed the app on an aarch64 device, while it runs fine with only the armeabi-v7a.so in place.

What this pull request contains

  • Minor bugfix (here, inspired by this)
  • Appended build target (here)
  • JNI library deduplication

Issues/drawbacks
Longer build times (?)

The deleted .so files were duplicates of the armeabi-v7 flavour.
Further, on an aarch64 device, the arm64-v8a.so crashed the app.
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.

None yet

1 participant