From 6e95318cba0ce810ce7e7a1c2e72b4882afbfff3 Mon Sep 17 00:00:00 2001 From: unlnown542a Date: Thu, 26 Apr 2018 22:44:32 +0300 Subject: [PATCH] I2PD_LIBS_PATH = /path/to/libraries to be same as in android normal build --- android_binary_only/jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_binary_only/jni/Application.mk b/android_binary_only/jni/Application.mk index c2112d54..7cd5c813 100755 --- a/android_binary_only/jni/Application.mk +++ b/android_binary_only/jni/Application.mk @@ -28,7 +28,7 @@ APP_OPTIM := debug # git clone https://github.com/PurpleI2P/MiniUPnP-for-Android-Prebuilt.git # git clone https://github.com/PurpleI2P/android-ifaddrs.git # change to your own -I2PD_LIBS_PATH = /home/u/build/i2p/daemon/static.libs +I2PD_LIBS_PATH = /path/to/libraries BOOST_PATH = $(I2PD_LIBS_PATH)/Boost-for-Android-Prebuilt OPENSSL_PATH = $(I2PD_LIBS_PATH)/OpenSSL-for-Android-Prebuilt MINIUPNP_PATH = $(I2PD_LIBS_PATH)/MiniUPnP-for-Android-Prebuilt