From 66baeb523de0d5eeacfca3b60e01b16634713e8e Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Wed, 5 Jun 2019 13:54:18 +0100 Subject: Add a host simulation of the tzdata module Sets up additional files so that host environments can now have a simulation of the time zone data mainline module in addition to the simulation of the runtime mainline module they already have. Bug: 132169989 Test: Treehugger only Exempt-From-Owner-Approval: Cherry-pick; already approved internally Merged-In: I43dadb150e359bbcb9da61e0187286ac6d38f7c2 Change-Id: I43dadb150e359bbcb9da61e0187286ac6d38f7c2 --- target/product/base_system.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 606a60554f..7bec975018 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -281,6 +281,7 @@ PRODUCT_HOST_PACKAGES += \ fastboot \ flags_health_check \ icu-data_host_runtime_apex \ + icu_tzdata.dat_host_tzdata_apex \ incident_report \ ld.mc \ lpdump \ @@ -299,9 +300,12 @@ PRODUCT_HOST_PACKAGES += \ viewcompiler \ tzdata_host \ tzdata_host_runtime_apex \ + tzdata_host_tzdata_apex \ tzlookup.xml_host_runtime_apex \ + tzlookup.xml_host_tzdata_apex \ tz_version_host \ tz_version_host_runtime_apex \ + tz_version_host_tzdata_apex \ ifeq ($(TARGET_CORE_JARS),) $(error TARGET_CORE_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable) -- cgit v1.2.3