Skip to content

[android] Fix openssl lib name

Tobias Fella requested to merge tfella/ci-tooling:fixssl into master

Android is looking for the openssl libs with _1_1.so prefix. We need to adjust the names of the binaries we produce, otherwise we will load the wrong libs at runtime and fail.

This is documented at https://doc.qt.io/qt-5/android-openssl-support.html

Merge request reports