From a00ba56c63b0bc5343a481c7e44863f6bcdb183d Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Wed, 11 Jun 2014 16:30:04 -0700 Subject: Remove some uses of the deprecated WITH_HOST_DALVIK. Bug: 13751317. Change-Id: I4beb81089b4ad7dac4d87571509389d1dae22bf3 --- target/product/runtime_libart.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'target/product/runtime_libart.mk') 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 -- cgit v1.1