aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fuchsia.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/fuchsia.mk b/fuchsia.mk
index eee12d7..97e9ea3 100644
--- a/fuchsia.mk
+++ b/fuchsia.mk
@@ -40,6 +40,14 @@ PRODUCT_PACKAGES += \
libopenjdk \
okhttp
+PRODUCT_HOST_PACKAGES += \
+ art-runtime \
+ tzdata_host \
+ tzdata_host_runtime_apex \
+ tzlookup.xml_host_runtime_apex \
+ tz_version_host \
+ tz_version_host_runtime_apex \
+
# Fuchsia only has 64-bit support.
TARGET_SUPPORTS_32_BIT_APPS := false
TARGET_SUPPORTS_64_BIT_APPS := true