summaryrefslogtreecommitdiffstats
path: root/target/product/core.mk
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-06-19 15:10:33 -0700
committerBrian Carlstrom <bdc@google.com>2013-06-19 15:27:11 -0700
commit529415b753fdfc9783710cba805a7a6c2ae924a5 (patch)
tree31bf5bd93bbb99bb1ff25e6106f41a03f40dc39d /target/product/core.mk
parentb9c3c6a0c635fcff09cc7cbe62eaad60dd1dd277 (diff)
downloadbuild-529415b753fdfc9783710cba805a7a6c2ae924a5.zip
build-529415b753fdfc9783710cba805a7a6c2ae924a5.tar.gz
build-529415b753fdfc9783710cba805a7a6c2ae924a5.tar.bz2
Add WITH_ART support to product definitions
Change-Id: I71f0fad07ebed73f4f69cb8c37eb1c4f88c1a9b0
Diffstat (limited to 'target/product/core.mk')
-rw-r--r--target/product/core.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/product/core.mk b/target/product/core.mk
index d503ddc..56ee946 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -71,27 +71,8 @@ PRODUCT_PACKAGES += \
libwebrtc_audio_preprocessing \
mdnsd \
mms-common \
- okhttp \
requestsync \
telephony-common \
voip-common
-# host-only dependencies
-ifeq ($(WITH_HOST_DALVIK),true)
- PRODUCT_PACKAGES += \
- apache-xml-hostdex \
- bouncycastle-hostdex \
- conscrypt-hostdex \
- core-hostdex \
- okhttp-hostdex \
- libcrypto \
- libexpat \
- libicui18n \
- libicuuc \
- libjavacore \
- libssl \
- libz-host \
- dalvik
-endif
-
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)