Remove some uses of the deprecated WITH_HOST_DALVIK.
Bug: 13751317. Change-Id: I4beb81089b4ad7dac4d87571509389d1dae22bf3
This commit is contained in:
committed by
Brian Carlstrom
parent
9d8854e30c
commit
a00ba56c63
@@ -39,20 +39,3 @@ PRODUCT_PACKAGES += \
|
|||||||
libssl \
|
libssl \
|
||||||
libz \
|
libz \
|
||||||
okhttp
|
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
|
|
||||||
|
@@ -22,10 +22,4 @@ PRODUCT_PACKAGES += \
|
|||||||
dex2oat \
|
dex2oat \
|
||||||
oatdump
|
oatdump
|
||||||
|
|
||||||
# host-only dependencies
|
|
||||||
ifeq ($(WITH_HOST_DALVIK),true)
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
core-libart-hostdex
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(SRC_TARGET_DIR)/product/runtime_common.mk
|
include $(SRC_TARGET_DIR)/product/runtime_common.mk
|
||||||
|
@@ -21,10 +21,4 @@ PRODUCT_PACKAGES += \
|
|||||||
libdvm \
|
libdvm \
|
||||||
dexopt
|
dexopt
|
||||||
|
|
||||||
# host-only dependencies
|
|
||||||
ifeq ($(WITH_HOST_DALVIK),true)
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
core-hostdex
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(SRC_TARGET_DIR)/product/runtime_common.mk
|
include $(SRC_TARGET_DIR)/product/runtime_common.mk
|
||||||
|
Reference in New Issue
Block a user