Browse Source

fixed android build

pull/697/merge
orignal 8 years ago
parent
commit
7934974d92
  1. 1
      Transports.cpp
  2. 1
      android/jni/Android.mk

1
Transports.cpp

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
#include "Transports.h"
#include "Config.h"
#include "Event.h"
#include "util.h"
using namespace i2p::data;

1
android/jni/Android.mk

@ -58,6 +58,7 @@ LOCAL_SRC_FILES := DaemonAndroid.cpp i2pd_android.cpp \ @@ -58,6 +58,7 @@ LOCAL_SRC_FILES := DaemonAndroid.cpp i2pd_android.cpp \
../../TunnelGateway.cpp \
../../TunnelPool.cpp \
../../Timestamp.cpp \
../../Event.cpp \
../../util.cpp \
../../i2pd.cpp ../../UPnP.cpp

Loading…
Cancel
Save