aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-04-09 13:08:12 -0700
committerDan Willemsen <dwillemsen@google.com>2019-04-09 13:09:29 -0700
commit6aa10be048f51b639a52b85f507b817a009c691e (patch)
tree6ef54142a4d5cc0fb4ff945a0ebe5e55a1104345
parenta78d154a42ebf7d1671134cc823f4b3bce2326ff (diff)
downloaddevice_google_fuchsia-6aa10be048f51b639a52b85f507b817a009c691e.tar.gz
device_google_fuchsia-6aa10be048f51b639a52b85f507b817a009c691e.tar.bz2
device_google_fuchsia-6aa10be048f51b639a52b85f507b817a009c691e.zip
This target is only interested in device packages, these were only added due to the previous requirement that host&device packages in PRODUCT_PACKAGES also had to be in PRODUCT_HOST_PACKAGES. That is no longer a requirement. Bug: 123925742 Test: treehugger Change-Id: I075a1df38e052e40c47714f75394bb7955fb0cd6
-rw-r--r--fuchsia.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/fuchsia.mk b/fuchsia.mk
index 97e9ea3..eee12d7 100644
--- a/fuchsia.mk
+++ b/fuchsia.mk
@@ -40,14 +40,6 @@ 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