Add a host simulation of the tzdata module

Sets up additional files so that host environments
can now have a simulation of the time zone data
mainline module in addition to the simulation of the
runtime mainline module they already have.

Bug: 132169989
Test: Treehugger only
Change-Id: I5071c70288062a7ac77d05a1b7bd26fafd8c4b08
diff --git a/qemu_base.mk b/qemu_base.mk
index 4b6a8d6..5d6b748 100644
--- a/qemu_base.mk
+++ b/qemu_base.mk
@@ -26,13 +26,17 @@
 PRODUCT_HOST_PACKAGES += \
     adb \
     e2fsck \
+    icu_tzdata.dat_host_tzdata_apex \
     mke2fs \
     toybox \
     tzdata_host \
     tzdata_host_runtime_apex \
+    tzdata_host_tzdata_apex \
     tzlookup.xml_host_runtime_apex \
+    tzlookup.xml_host_tzdata_apex \
     tz_version_host \
     tz_version_host_runtime_apex \
+    tz_version_host_tzdata_apex \
 
 # Device modules
 PRODUCT_PACKAGES += \