mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-22 00:00:06 +08:00
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
Building PolarSSL for android.
|
|
|
|
First, build static OpenSSL for PolarSSL/OpenSSL bridge
|
|
(the build-openssl-small script may be used).
|
|
|
|
Next build libminicrypto.a from libcrypto.a :
|
|
|
|
$O3/polarssl/build-mini-openssl ref
|
|
|
|
Finally, build PolarSSL:
|
|
|
|
TARGET=android $O3/polarssl/build-polarssl
|