Use ICU in libandroidicu

libicuuc and libicui18n are moved into APEX, but
they have no stable ABI due to the version suffix.

Use libandroidicu which provides stable symbol.
See http://go/apex-stable-icu4c-interface for the design.

libxml2 starts depending on libandroidicu.
On the host side, same dependency is also needed.
Note that any host binary can still depend on libicuuc directly,
since the APEX is not updatable on the host side.

Bug: 117094880
Test: TreeHugger
Change-Id: Ie1f9fa86d4ec450ec90f6d241400b8a54e17e3bf
diff --git a/host_package.mk b/host_package.mk
index a478147..d744524 100644
--- a/host_package.mk
+++ b/host_package.mk
@@ -59,6 +59,8 @@
     libnl \
     libc++ \
     libicuuc-host \
+    libicui18n-host \
+    libandroidicu-host \
     libvirglrenderer_cuttlefish \
     libEGL_swiftshader \
     libGLESv1_CM_swiftshader \