summaryrefslogtreecommitdiffstats
path: root/target/product
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-02-10 13:45:06 +0000
committerNarayan Kamath <narayan@google.com>2015-02-10 13:45:06 +0000
commit2011e895dcd4e7185196e1061663f3d6b0031e15 (patch)
tree6f63dbc858f58a8eb1850f61f9ebc4308dcb1247 /target/product
parent9d528c778b32300f9f19cd9ef57bd79f5458e0ae (diff)
downloadbuild-2011e895dcd4e7185196e1061663f3d6b0031e15.zip
build-2011e895dcd4e7185196e1061663f3d6b0031e15.tar.gz
build-2011e895dcd4e7185196e1061663f3d6b0031e15.tar.bz2
Temporarily add org.apache.http.legacy to the boot classpath.
This change is the stepping stone towards removing it altogether. In order to remove it, we need a few changes to ART to properly support compile time classpaths. bug: 18027885 Change-Id: I70d5453ff88b8ba51c418fd72aaf78ac97869502
Diffstat (limited to 'target/product')
-rw-r--r--target/product/core_minimal.mk1
-rw-r--r--target/product/core_tiny.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk
index 33b49a6..6d4ecdd 100644
--- a/target/product/core_minimal.mk
+++ b/target/product/core_minimal.mk
@@ -94,6 +94,7 @@ PRODUCT_BOOT_JARS := \
mms-common \
android.policy \
apache-xml \
+ org.apache.http.legacy
# The order of PRODUCT_SYSTEM_SERVER_JARS matters.
PRODUCT_SYSTEM_SERVER_JARS := \
diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk
index 39789d9..a87b488 100644
--- a/target/product/core_tiny.mk
+++ b/target/product/core_tiny.mk
@@ -95,6 +95,7 @@ PRODUCT_BOOT_JARS := \
android.policy \
apache-xml \
nullwebview \
+ org.apache.http.legacy
# The order of PRODUCT_SYSTEM_SERVER_JARS matters.
PRODUCT_SYSTEM_SERVER_JARS := \