Revert "Remove org.apache.http.legacy from bootclasspath"
This reverts commit 58b793771c53710dc2cd5f909b63065f4da5346f.
Reason for revert: b/73762903
Change-Id: I2faa22d47278d436baa6d7994f0bad879ac7265b
Exempt-From-Owner-Approval: Revert
diff --git a/core/config.mk b/core/config.mk
index f04fefb..d1124a1 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -202,11 +202,6 @@
JAVA_TMPDIR_ARG :=
endif
-# Default to remove the org.apache.http.legacy from bootclasspath
-ifeq ($(REMOVE_OAHL_FROM_BCP),)
-REMOVE_OAHL_FROM_BCP := true
-endif
-
# ###############################################################
# Include sub-configuration files
# ###############################################################