diff options
author | Ian Rogers <irogers@google.com> | 2014-06-11 16:30:04 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2014-06-18 13:38:44 -0700 |
commit | a00ba56c63b0bc5343a481c7e44863f6bcdb183d (patch) | |
tree | 3a19c4ae48d741bffd0e1165fec1334e7cf538f5 /target/product/runtime_libart.mk | |
parent | 9d8854e30c93ae9c635ae37c4825ff2c3bfb0f44 (diff) | |
download | build-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/runtime_libart.mk')
-rw-r--r-- | target/product/runtime_libart.mk | 6 |
1 files changed, 0 insertions, 6 deletions
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 |