Rename JniCache to JniLookup
Removed caching capabilities as the cached methods, fields, and objects appears to be broken on Android
This commit is contained in:
parent
7e84f5a7db
commit
472206dfb2
7 changed files with 266 additions and 361 deletions
|
@ -39,6 +39,6 @@ LOCAL_SRC_FILES := \
|
|||
LOCAL_SRC_FILES += \
|
||||
com_zerotierone_sdk_Node.cpp \
|
||||
ZT1_jniutils.cpp \
|
||||
ZT1_jnicache.cpp
|
||||
ZT1_jnilookup.cpp
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
Loading…
Add table
Add a link
Reference in a new issue