Mark ab/6881855 as merged

Bug: 172690556
Change-Id: Ia92aa2192376457bb6dc1436c4e0f3de110441f4
diff --git a/apex/Android.bp b/apex/Android.bp
index caefc78..a2cf08b 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -82,6 +82,15 @@
     ],
 }
 
+module_exports {
+    name: "i18n-module-host-exports",
+    host_supported: true,
+    device_supported: false,
+    java_libs: [
+        "timezone-host",
+    ],
+}
+
 // Additional prebuilts for running ART tests on host and device.
 module_exports {
     name: "i18n-module-test-exports",