Skip to content

WIP: Do not append version number on Android

jcelaya requested to merge jcelaya/cerbero:openssl-suffix into master

As per [1], Android package manager does not support version suffixes in shared library names. For that reason, Android tools fail to add OpenSSL and Nettle libraries to an APK when the shared library names have the version number appended (e.g. libcrypto.so.1.1 instead of just libcrypto.so). This commit series avoids these suffixes.

[1] https://github.com/openssl/openssl/issues/3902

Edited by jcelaya

Merge request reports