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:
8
src/nrf8001/javaupm_nrf8001.i
Normal file
8
src/nrf8001/javaupm_nrf8001.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module javaupm_nrf8001
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "nrf8001.hpp"
|
||||
%}
|
||||
|
||||
%include "nrf8001.hpp"
|
Reference in New Issue
Block a user