Remove REMOVE_OAHL_FROM_BCP flag

The REMOVE_OAHL_FROM_BCP flag is always set to true and is no longer
necessary so this change removes any uses of the flag.

Bug: 18027885
Test: cts/tests/signature/runSignatureTest.sh
Change-Id: Ied8c3315b29094ad6acee539520af3e4c9e79839
This commit is contained in:
Paul Duffin
2019-01-08 13:29:41 +00:00
parent e8f1a420bc
commit fd24c9fe1f
2 changed files with 0 additions and 14 deletions

View File

@@ -212,11 +212,6 @@ endif
HIDDENAPI_EXTRA_APP_USAGE_JARS := \
core-oj-hiddenapi \
# Default to remove the org.apache.http.legacy from bootclasspath
ifeq ($(REMOVE_OAHL_FROM_BCP),)
REMOVE_OAHL_FROM_BCP := true
endif
# ###############################################################
# Broken build defaults
# ###############################################################