1fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# Copyright (C) 2017 The Android Open Source Project
2fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller#
3fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# Licensed under the Apache License, Version 2.0 (the "License");
4fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# you may not use this file except in compliance with the License.
5fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# You may obtain a copy of the License at
6fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller#
7fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller#      http://www.apache.org/licenses/LICENSE-2.0
8fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller#
9fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# Unless required by applicable law or agreed to in writing, software
10fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# distributed under the License is distributed on an "AS IS" BASIS,
11fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# See the License for the specific language governing permissions and
13fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# limitations under the License.
14fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller
15fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# Targets for including the real signed versions of the time zone data app.
16fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller
17fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil FullerLOCAL_PATH := $(call my-dir)
18fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller
19fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller# Defines the TimeZoneDataPrebuilt prebuilt target.
20fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fullerinclude $(CLEAR_VARS)
21fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil FullerTIME_ZONE_DATA_APP_SUFFIX :=
22fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fullerinclude $(LOCAL_PATH)/include_app_prebuilt.mk
23fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fuller
24fdd085a469cd71ac84924de4e1e6247fc6011f9fNeil Fullerinclude $(call all-makefiles-under,$(LOCAL_PATH))
25