mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-23 01:18:58 +00:00
added a JniCache objectet for caching jclass, jmethodID, and jfieldID objects
This commit is contained in:
@ -38,6 +38,7 @@ LOCAL_SRC_FILES := \
|
||||
# JNI Files
|
||||
LOCAL_SRC_FILES += \
|
||||
com_zerotierone_sdk_Node.cpp \
|
||||
ZT1_jniutils.cpp
|
||||
ZT1_jniutils.cpp \
|
||||
ZT1_jnicache.cpp
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
Reference in New Issue
Block a user