Rename lib{crypto,ssl}-host to lib{crypto,ssl}

There's no need to use a different name for target and host moudles. In
Soong, it's better to use the same for both, as target and host modules
can be defined at the same time.

Change-Id: If335538e5e7cb1f2ea141b8910d82ff8a0c6b40f
diff --git a/Android.mk b/Android.mk
index d30ebb6..36054f5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -174,6 +174,6 @@
 LOCAL_GENERATED_SOURCES := $(generated_sources)/futility_cmds.c
 
 LOCAL_STATIC_LIBRARIES := libvboot_util-host
-LOCAL_SHARED_LIBRARIES := libcrypto-host
+LOCAL_SHARED_LIBRARIES := libcrypto
 include $(BUILD_HOST_EXECUTABLE)