Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 670 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 670 Bytes

Curl & OpenSSL Builds for Android

This GitHub Action compiles the latest OpenSSL source and the latest Curl source as a static library for Android native (C/C++) development.

ABIs We Build

  • armeabi-v7a
  • arm64-v8a
  • x86
  • x86_64

Notes

  • Curl is built with SSL/TLS support.
  • Curl builds do not include zlib support.
  • Minimum API set to 21 both for Curl and OpenSSL

Download

Downloads are available in the release section. Release names and tags follow this format:

{curlVersion-opensslVersion}.

Thanks