summaryrefslogtreecommitdiffstats
path: root/target/product
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-11 16:30:04 -0700
committerBrian Carlstrom <bdc@google.com>2014-06-18 13:38:44 -0700
commita00ba56c63b0bc5343a481c7e44863f6bcdb183d (patch)
tree3a19c4ae48d741bffd0e1165fec1334e7cf538f5 /target/product
parent9d8854e30c93ae9c635ae37c4825ff2c3bfb0f44 (diff)
downloadbuild-a00ba56c63b0bc5343a481c7e44863f6bcdb183d.zip
build-a00ba56c63b0bc5343a481c7e44863f6bcdb183d.tar.gz
build-a00ba56c63b0bc5343a481c7e44863f6bcdb183d.tar.bz2
Remove some uses of the deprecated WITH_HOST_DALVIK.
Bug: 13751317. Change-Id: I4beb81089b4ad7dac4d87571509389d1dae22bf3
Diffstat (limited to 'target/product')
-rw-r--r--target/product/runtime_common.mk17
-rw-r--r--target/product/runtime_libart.mk6
-rw-r--r--target/product/runtime_libdvm.mk6
3 files changed, 0 insertions, 29 deletions
diff --git a/target/product/runtime_common.mk b/target/product/runtime_common.mk
index faa6fe8..9ae182a 100644
--- a/target/product/runtime_common.mk
+++ b/target/product/runtime_common.mk
@@ -39,20 +39,3 @@ PRODUCT_PACKAGES += \
libssl \
libz \
okhttp
-
-# host-only dependencies
-ifeq ($(WITH_HOST_DALVIK),true)
- PRODUCT_PACKAGES += \
- apache-xml-hostdex \
- bouncycastle-hostdex \
- conscrypt-hostdex \
- dalvik \
- libcrypto-host \
- libexpat-host \
- libicui18n-host \
- libicuuc-host \
- libjavacore \
- libssl-host \
- libz-host \
- okhttp-hostdex
-endif
diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk
index 1a7c925..de4cf17 100644
--- a/target/product/runtime_libart.mk
+++ b/target/product/runtime_libart.mk
@@ -22,10 +22,4 @@ PRODUCT_PACKAGES += \
dex2oat \
oatdump
-# host-only dependencies
-ifeq ($(WITH_HOST_DALVIK),true)
- PRODUCT_PACKAGES += \
- core-libart-hostdex
-endif
-
include $(SRC_TARGET_DIR)/product/runtime_common.mk
diff --git a/target/product/runtime_libdvm.mk b/target/product/runtime_libdvm.mk
index e7647b8..638d7d7 100644
--- a/target/product/runtime_libdvm.mk
+++ b/target/product/runtime_libdvm.mk
@@ -21,10 +21,4 @@ PRODUCT_PACKAGES += \
libdvm \
dexopt
-# host-only dependencies
-ifeq ($(WITH_HOST_DALVIK),true)
- PRODUCT_PACKAGES += \
- core-hostdex
-endif
-
include $(SRC_TARGET_DIR)/product/runtime_common.mk