Skip to content

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.

1 participant