WIP: Do not append version number on Android
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.
Edited by jcelaya