aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2019-06-10 04:03:00 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-10 04:03:00 -0700
commit106a3210d869e137d9b9fc18341f05afc5147020 (patch)
treea0e6a20274c7b99684bbc56e3bb9d16ef3b95103
parentd0d4f1b156d428c87e1d5bc609a851d0647c76ed (diff)
parent69324709f867d6a93859d2f68b3be943e06c8ec3 (diff)
downloadbuild-temp-PPRL.190605.003.tar.gz
Merge "Add a host simulation of the tzdata module"temp-PPRL.190605.003
am: 69324709f8 Change-Id: Idc4ccd533fcfb12ad6161855fde7a149f5c030e8
-rw-r--r--target/product/base_system.mk4
1 files changed, 4 insertions, 0 deletions
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)