These four libaries were previously blacklisted for building Java packages. Updating to include loadLibrary macro. Signed-off-by: Noel Eck <noel.eck@intel.com>
11 lines
137 B
OpenEdge ABL
11 lines
137 B
OpenEdge ABL
%module javaupm_l3gd20
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "l3gd20.hpp"
|
|
%}
|
|
|
|
%include "l3gd20.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_l3gd20)
|