blob: 31c2216ba58f68ef3759e06fd107e1c60006dbf7 [file] [log] [blame]
Patrice Arrudaebfa2682019-05-13 10:52:08 -07001// Copyright (C) 2019 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
15// Module definition producing a tzlookup.xml prebuilt file in
16// /system/etc/tz for standalone ART testing purposes. This is a
17// temporary change needed until the ART Buildbot and Golem both fully
18// support the Runtime APEX (see b/121117762). This module should never
19// be shipped by default (i.e. should never be part of
20// `PRODUCT_PACKAGE`.)
21
22// TODO(b/121117762, b/129332183): Remove this module definition when
23// the ART Buildbot and Golem have full support for the Runtime APEX.
24prebuilt_etc {
25 name: "tzlookup.xml-art-test",
26 src: "tzlookup.xml",
27 filename_from_src: true,
28 sub_dir: "tz",
29}