Merge SP1A.201130.001
Change-Id: I5bd13f32aa54b89fddf3f0d22165586c1fe02e8f
diff --git a/apex/Android.bp b/apex/Android.bp
index 412ce6f..f82be91 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -80,6 +80,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",