Browse Source

fix binary build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/44/head
R4SAS 2 years ago
parent
commit
67a98991d0
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 1
      binary/jni/Android.mk

1
binary/jni/Android.mk

@ -24,6 +24,7 @@ LOCAL_SRC_FILES := \ @@ -24,6 +24,7 @@ LOCAL_SRC_FILES := \
$(DAEMON_SRC_PATH)/UPnP.cpp \
$(DAEMON_SRC_PATH)/HTTPServer.cpp \
$(DAEMON_SRC_PATH)/I2PControl.cpp \
$(DAEMON_SRC_PATH)/I2PControlHandlers.cpp \
$(DAEMON_SRC_PATH)/i2pd.cpp \
include $(BUILD_EXECUTABLE)

Loading…
Cancel
Save