mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
added stub utility functions for creating ArrayLists, appending items to ArrayLists, creating InetAddress objects, and MulticastGroup objects
Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
parent
fa9d42b7e5
commit
4906f8e848
3 changed files with 58 additions and 1 deletions
|
@ -36,6 +36,7 @@ LOCAL_SRC_FILES := \
|
|||
|
||||
# JNI Files
|
||||
LOCAL_SRC_FILES += \
|
||||
com_zerotierone_sdk_Node.cpp
|
||||
com_zerotierone_sdk_Node.cpp \
|
||||
ZT1_jniutils.cpp
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
Loading…
Add table
Add a link
Reference in a new issue