AndroidAPS/app
Johannes Mockenhaupt 7c04787004
NDK filters to work around j2v8 vs. libBleCommandUtil issue.
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)
2017-10-15 11:19:34 +02:00
..
libs Add prefernces.json validator lib 2017-01-29 13:00:21 +01:00
src location permission for BLE scanning 2017-10-14 13:36:38 +02:00
.gitignore Objectives design 2016-06-04 17:28:05 +02:00
build.gradle NDK filters to work around j2v8 vs. libBleCommandUtil issue. 2017-10-15 11:19:34 +02:00
fabric.properties add bg language 2016-07-05 20:28:23 +02:00
proguard-rules.pro plugins refactoring 2016-08-05 23:54:03 +02:00