Android config targets: don't include the SO version in the shlib file name
authorRichard Levitte <levitte@openssl.org>
Mon, 29 Mar 2021 10:36:34 +0000 (12:36 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 30 Mar 2021 13:14:55 +0000 (15:14 +0200)
commit4f10a996e5123c20315912149f586c481960e0de
tree06b3769457543ef5e63794ea665eeaa9bb7128e0
parent3bf7c3a166f20f3deac8d4730aa54bcce466c10a
Android config targets: don't include the SO version in the shlib file name

Reports say that the Android platform(s) don't have the SO version
number in the shared library file name.  Reportedly, Android package
managers do complain that our shared libraries do include the SO
version number.  That's easy enough to fix.

Fixes #14711

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14727)
Configurations/15-android.conf