7c04787004
j2v8 only provides files for x86 and arm-v7a while libBleCommandUtil provides x64 libs as well. This fails to load since x86 & x64 can't be mixed and Android ends up loading libBleCommandUtil's x64 variant (on a x64 device) and then failing since there's no x64 version of j2v8. This excludes all libBleCommandUtil ibs except those that match j2v8. Revert this when we switch away from j2v8. (cherry picked from commit 09036dc) |
||
---|---|---|
.. | ||
libs | ||
src | ||
.gitignore | ||
build.gradle | ||
fabric.properties | ||
proguard-rules.pro |