Java: Added loadLibrary macro for packages

These four libaries were previously blacklisted for building Java
packages.  Updating to include loadLibrary macro.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2018-01-24 14:52:19 -08:00
parent 3cfea676e2
commit 6be656d5b0
4 changed files with 10 additions and 0 deletions

View File

@ -1,7 +1,10 @@
%module javaupm_l3gd20
%include "../upm.i"
%{
#include "l3gd20.hpp"
%}
%include "l3gd20.hpp"
JAVA_JNI_LOADLIBRARY(javaupm_l3gd20)