blob: 3b705869a17c678032775022acd63e0a523ad2ee [file] [log] [blame]
Richard Uhler42d819d2019-05-13 14:32:26 +01001// Copyright (C) 2018 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
Bob Badoura8ca3442021-02-03 18:16:54 -080015package {
16 // http://go/android-license-faq
17 // A large-scale-change added 'default_applicable_licenses' to import
18 // the below license kinds from "system_timezone_license":
19 // SPDX-license-identifier-BSD
20 // SPDX-license-identifier-MIT
21 // SPDX-license-identifier-Unicode-DFS
22 default_applicable_licenses: ["system_timezone_license"],
23}
24
Richard Uhler42d819d2019-05-13 14:32:26 +010025prebuilt_etc {
26 name: "apex_tz_version_test3",
27 src: "version/tz_version",
28 filename: "tz_version",
29 sub_dir: "tz",
30 installable: false,
31}
32
33prebuilt_etc {
34 name: "apex_tzlookup.xml_test3",
35 src: "android/tzlookup.xml",
36 filename: "tzlookup.xml",
37 sub_dir: "tz",
38 installable: false,
39}
40
41prebuilt_etc {
Neil Fullerf85e8142019-10-28 17:21:55 +000042 name: "apex_telephonylookup.xml_test3",
43 src: "android/telephonylookup.xml",
44 filename: "telephonylookup.xml",
45 sub_dir: "tz",
46 installable: false,
47}
48
49prebuilt_etc {
Richard Uhler42d819d2019-05-13 14:32:26 +010050 name: "apex_tzdata_test3",
51 src: "iana/tzdata",
52 notice: "iana/NOTICE",
53 filename: "tzdata",
54 sub_dir: "tz",
55 installable: false,
56}
57
58prebuilt_etc {
59 name: "apex_icu_tzdata.dat_test3",
60 src: "icu_overlay/icu_tzdata.dat",
61 notice: "icu_overlay/LICENSE",
62 filename: "icu_tzdata.dat",
63 sub_dir: "icu",
64 installable: false,
65}