// This is auto-generated. DO NOT EDIT. package { // A default list here prevents the license LSC from adding its own list which would // be unnecessary as every module in the sdk already has its own licenses property. default_applicable_licenses: ["Android-Apache-2.0"], } apex_contributions_defaults { name: "i18n-module-host-exports.contributions", contents: ["prebuilt_timezone-host"], } java_import { name: "timezone-host", prefer: false, visibility: ["//visibility:public"], apex_available: ["//apex_available:platform"], licenses: ["i18n-module-host-exports_external_icu_license"], device_supported: false, host_supported: true, jars: ["java/timezone-host.jar"], } license { name: "i18n-module-host-exports_Android-Apache-2.0", visibility: ["//visibility:private"], license_kinds: ["SPDX-license-identifier-Apache-2.0"], license_text: ["licenses/build/soong/licenses/LICENSE"], } license { name: "i18n-module-host-exports_external_icu_license", visibility: ["//visibility:private"], license_kinds: [ "SPDX-license-identifier-Apache-2.0", "SPDX-license-identifier-BSD", "SPDX-license-identifier-EPL", "SPDX-license-identifier-ICU", "SPDX-license-identifier-ISC", "SPDX-license-identifier-MIT", "SPDX-license-identifier-Unicode-3.0", "legacy_unencumbered", ], license_text: ["licenses/external/icu/LICENSE"], }