]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Add a script to build OpenSSL's libcrypto as needed by the app
authorTobias Brunner <tobias@strongswan.org>
Thu, 9 Feb 2023 15:39:08 +0000 (16:39 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 13 Feb 2023 14:30:58 +0000 (15:30 +0100)
commit7e5c4bbb32935f5a662e5c27b9bd4b442b4009cd
tree9dcb00fceb5311ca3af359460145f377d8c54398
parent2fc8b149184fbb8d501f90157bb8a4de09eed0b2
android: Add a script to build OpenSSL's libcrypto as needed by the app

The build script requires the paths to the NDK and OpenSSL sources.

It runs the build in a Docker container, by default. But if the required
tools are installed on the system (currently jq, make and perl) it can
also be run directly on the system by defining NO_DOCKER.

A relatively recent version of the NDK is required (the pre-built
toolchains are required).
src/frontends/android/openssl/Dockerfile [new file with mode: 0644]
src/frontends/android/openssl/build.sh [new file with mode: 0755]
src/frontends/android/openssl/compile.sh [new file with mode: 0755]