1// 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
15prebuilt_etc {
16    name: "apex_tz_version_test1",
17    src: "version/tz_version",
18    filename: "tz_version",
19    sub_dir: "tz",
20    installable: false,
21}
22
23prebuilt_etc {
24    name: "apex_tzlookup.xml_test1",
25    src: "android/tzlookup.xml",
26    filename: "tzlookup.xml",
27    sub_dir: "tz",
28    installable: false,
29}
30
31prebuilt_etc {
32    name: "apex_telephonylookup.xml_test1",
33    src: "android/telephonylookup.xml",
34    filename: "telephonylookup.xml",
35    sub_dir: "tz",
36    installable: false,
37}
38
39prebuilt_etc {
40    name: "apex_tzdata_test1",
41    src: "iana/tzdata",
42    notice: "iana/NOTICE",
43    filename: "tzdata",
44    sub_dir: "tz",
45    installable: false,
46}
47
48prebuilt_etc {
49    name: "apex_icu_tzdata.dat_test1",
50    src: "icu_overlay/icu_tzdata.dat",
51    notice: "icu_overlay/LICENSE",
52    filename: "icu_tzdata.dat",
53    sub_dir: "icu",
54    installable: false,
55}
56
57