From bd092295a4e2e83f1477247d459e7af593aaa689 Mon Sep 17 00:00:00 2001 From: hypnosis-i2p Date: Mon, 20 Jun 2016 02:31:27 +0800 Subject: [PATCH 1/2] fixed #519 --- Tunnel.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Tunnel.cpp b/Tunnel.cpp index 1403330b..961cc97e 100644 --- a/Tunnel.cpp +++ b/Tunnel.cpp @@ -861,6 +861,12 @@ namespace tunnel // TODO: locking return m_OutboundTunnels.size(); } + +#ifdef ANDROID_ARM7A + template std::shared_ptr Tunnels::CreateTunnel(std::shared_ptr, std::shared_ptr); + template std::shared_ptr Tunnels::CreateTunnel(std::shared_ptr, std::shared_ptr); +#endif + } } From 51519361e24cce40fff8f4fee9b17ef59a9adc12 Mon Sep 17 00:00:00 2001 From: hypnosis-i2p Date: Mon, 20 Jun 2016 02:49:41 +0800 Subject: [PATCH 2/2] various + fixed #519 --- qt/.gitignore | 4 +--- qt/i2pd_qt/android/AndroidManifest.xml | 23 ++++++----------------- qt/i2pd_qt/i2pd_qt.pro | 4 ++++ 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/qt/.gitignore b/qt/.gitignore index 8fe8328a..a0155cb2 100644 --- a/qt/.gitignore +++ b/qt/.gitignore @@ -1,3 +1 @@ -/build-i2pd_qt-Android_armeabi_v7a_GCC_4_9_Qt_5_6_0-Debug/ -/build-i2pd_qt-Desktop_Qt_5_6_0_GCC_64bit-Debug/ -/build-i2pd_qt-Android_x86_GCC_4_9_Qt_5_6_0-Debug/ +/build*/ diff --git a/qt/i2pd_qt/android/AndroidManifest.xml b/qt/i2pd_qt/android/AndroidManifest.xml index cf426bf2..69f6fde3 100644 --- a/qt/i2pd_qt/android/AndroidManifest.xml +++ b/qt/i2pd_qt/android/AndroidManifest.xml @@ -1,22 +1,11 @@ - + - - - + + + - + @@ -60,7 +49,7 @@ - +