mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
remove references to deleted source files in Android NDK build files
This commit is contained in:
parent
e11f42a089
commit
923d3f1fe8
@ -10,8 +10,6 @@ LOCAL_LDLIBS := -llog -latomic
|
|||||||
|
|
||||||
# ZeroTierOne SDK source files
|
# ZeroTierOne SDK source files
|
||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
$(ZT1)/ext/lz4/lz4.c \
|
|
||||||
$(ZT1)/ext/http-parser/http_parser.c \
|
|
||||||
$(ZT1)/node/C25519.cpp \
|
$(ZT1)/node/C25519.cpp \
|
||||||
$(ZT1)/node/Capability.cpp \
|
$(ZT1)/node/Capability.cpp \
|
||||||
$(ZT1)/node/CertificateOfMembership.cpp \
|
$(ZT1)/node/CertificateOfMembership.cpp \
|
||||||
@ -36,8 +34,7 @@ LOCAL_SRC_FILES := \
|
|||||||
$(ZT1)/node/Tag.cpp \
|
$(ZT1)/node/Tag.cpp \
|
||||||
$(ZT1)/node/Topology.cpp \
|
$(ZT1)/node/Topology.cpp \
|
||||||
$(ZT1)/node/Utils.cpp
|
$(ZT1)/node/Utils.cpp
|
||||||
# $(ZT1)/osdep/Http.cpp \
|
|
||||||
# $(ZT1)/osdep/OSUtils.cpp
|
|
||||||
|
|
||||||
# JNI Files
|
# JNI Files
|
||||||
LOCAL_SRC_FILES += \
|
LOCAL_SRC_FILES += \
|
||||||
|
Loading…
Reference in New Issue
Block a user