mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
java_blacklist: Enable Java blacklisted modules
Enable building java wrappers for a few that were previously blacklisted. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
7
src/l3gd20/javaupm_l3gd20.i
Normal file
7
src/l3gd20/javaupm_l3gd20.i
Normal file
@ -0,0 +1,7 @@
|
||||
%module javaupm_l3gd20
|
||||
|
||||
%{
|
||||
#include "l3gd20.hpp"
|
||||
%}
|
||||
|
||||
%include "l3gd20.hpp"
|
Reference in New Issue
Block a user