Merge "Remove org.apache.http.legacy from bootclasspath"

This commit is contained in:
Przemyslaw Szczepaniak 2018-02-23 14:05:59 +00:00 committed by Android (Google) Code Review
commit a5b2bad232

View file

@ -202,6 +202,11 @@ else
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
# ###############################################################