30 lines
926 B
Plaintext
Executable File
30 lines
926 B
Plaintext
Executable File
// 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"],
|
|
}
|
|
|
|
java_import {
|
|
name: "tzdata-testing",
|
|
prefer: false,
|
|
visibility: ["//visibility:public"],
|
|
apex_available: ["//apex_available:platform"],
|
|
licenses: ["tzdata-module-test-exports_system_timezone_license"],
|
|
jars: ["java/tzdata-testing.jar"],
|
|
}
|
|
|
|
license {
|
|
name: "tzdata-module-test-exports_system_timezone_license",
|
|
visibility: ["//visibility:private"],
|
|
license_kinds: [
|
|
"SPDX-license-identifier-Apache-2.0",
|
|
"SPDX-license-identifier-BSD",
|
|
"SPDX-license-identifier-MIT",
|
|
"SPDX-license-identifier-Unicode-DFS",
|
|
"legacy_notice",
|
|
"legacy_unencumbered",
|
|
],
|
|
}
|