Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New x86/x86_64 libjbigi, Update arm/arm64 libjbigi #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified lib/client/src/main/jniLibs/arm64-v8a/libjbigi.so
Binary file not shown.
Binary file modified lib/client/src/main/jniLibs/armeabi-v7a/libjbigi.so
Binary file not shown.
5 changes: 4 additions & 1 deletion lib/client/src/main/jniLibs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
# build GMP and libjbigi.so using the Android tools directly
#
# WARNING:
# BROKEN - not updated for r19 NDK, aarch64, or GMP 6.1.2
# BROKEN - not updated for r25c NDK, aarch64, x86_64, or GMP 6.2.1
# Use the following in i2p.i2p source core/c/jbigi:
# TARGET=android BITS=32 mbuild_all.sh
# TARGET=android BITS=64 mbuild_all.sh
# Or if you want to compile for armv7a/aarch64 on different architecture :
# ANDROID_FORCE_ARM=true TARGET=android BITS=32 mbuild_all.sh
# ANDROID_FORCE_ARM=true TARGET=android BITS=64 mbuild_all.sh
#
# TODO: Get more settings from environment variables set in ../custom-rules.xml
#
Expand Down
Binary file added lib/client/src/main/jniLibs/x86/libjbigi.so
Binary file not shown.
Binary file added lib/client/src/main/jniLibs/x86_64/libjbigi.so
Binary file not shown.