Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.
/ ndk-libraries Public archive

Scripts to build the libraries required for GitJournal

License

Notifications You must be signed in to change notification settings

GitJournal/ndk-libraries

Repository files navigation

For building openssl -

docker build -t ndk-libraries .
docker run --rm -it -v `pwd`/libs/:/root/libs ndk-libraries /root/build-openssl-android.sh
docker run --rm -it -v `pwd`/libs/:/root/libs ndk-libraries /root/build-ssh2.sh
docker run --rm -it -v `pwd`/libs/:/root/libs ndk-libraries /root/build-git2.sh