11dc9e472e19acfe6dc7f41e429236e7eef7ceda1The Android Open Source ProjectLOCAL_PATH:= $(call my-dir)
26171d11e72b114550273a05d35a7d67534f6dabbYing Wang
3fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott Hughesinclude $(CLEAR_VARS)
4fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_MODULE := tzdata
5fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
6fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_SRC_FILES := $(LOCAL_MODULE)
7fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_MODULE_CLASS := ETC
8fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_MODULE_TAGS := optional
9fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_MODULE_PATH := $(TARGET_OUT)/usr/share/zoneinfo
10fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott Hughesinclude $(BUILD_PREBUILT)
11e77d54d98a430a5f80d3bd5569f3b32866e4c538Jesse Wilson
12e77d54d98a430a5f80d3bd5569f3b32866e4c538Jesse Wilson# The host build doesn't use bionic, but it does use bionic's zoneinfo data
13e77d54d98a430a5f80d3bd5569f3b32866e4c538Jesse Wilsonifeq ($(WITH_HOST_DALVIK),true)
14e77d54d98a430a5f80d3bd5569f3b32866e4c538Jesse Wilson
15fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott Hughesinclude $(CLEAR_VARS)
16fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_MODULE := tzdata-host
17fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
18fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_IS_HOST_MODULE := true
19fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_SRC_FILES := tzdata
20fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_MODULE_CLASS := ETC
21fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_MODULE_TAGS := optional
22fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_MODULE_STEM := $(LOCAL_SRC_FILES)
23fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott HughesLOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/zoneinfo
24fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott Hughesinclude $(BUILD_PREBUILT)
25fb018a2ddea0513756b4e097d59c3df91a8e5946Elliott Hughes
26e77d54d98a430a5f80d3bd5569f3b32866e4c538Jesse Wilsonendif
27