1[
2  {
3    "@type": "sdk",
4    "@name": "i18n-module-host-exports",
5    "java_libs": [
6      "timezone-host"
7    ],
8    "licenses": [
9      "Android-Apache-2.0",
10      "external_icu_license"
11    ]
12  },
13  {
14    "@type": "license",
15    "@name": "Android-Apache-2.0"
16  },
17  {
18    "@type": "license",
19    "@name": "external_icu_license"
20  },
21  {
22    "@type": "java_library_host",
23    "@name": "timezone-host",
24    "@deps": [
25      "external_icu_license"
26    ]
27  }
28]