summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2019-01-28 08:18:21 -0800
committer android-build-merger <android-build-merger@google.com> 2019-01-28 08:18:21 -0800
commit6581b4116becc2e42b8d2fd1997f17e7c714beb8 (patch)
tree2eeca74d2ac5b736269f1c0d532baf4c824711d9
parent78d79c5d5fe84b6e02847025711e890727f34765 (diff)
parent2111aeb289b4e6380470103c974e3b3c6ff0c306 (diff)
Merge "Remove unused library framework-oahl-backward-compatibility"
am: 2111aeb289 Change-Id: I0ae3adfa825565c6e0f3321ace47dcee897eb337
-rw-r--r--Android.bp13
-rw-r--r--core/tests/coretests/Android.mk1
2 files changed, 0 insertions, 14 deletions
diff --git a/Android.bp b/Android.bp
index b7d53907ca06..c05e8daf9eb5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -759,19 +759,6 @@ java_library_host {
}
// A temporary build target that is conditionally included on the bootclasspath if
-// org.apache.http.legacy library has been removed and which provides support for
-// maintaining backwards compatibility for APKs that target pre-P and depend on
-// org.apache.http.legacy classes. This is used iff REMOVE_OAHL_FROM_BCP=true is
-// specified on the build command line.
-java_library {
- name: "framework-oahl-backward-compatibility",
- installable: true,
- srcs: [
- "core/java/android/content/pm/OrgApacheHttpLegacyUpdater.java",
- ],
-}
-
-// A temporary build target that is conditionally included on the bootclasspath if
// android.test.base library has been removed and which provides support for
// maintaining backwards compatibility for APKs that target pre-P and depend on
// android.test.base classes. This is used iff REMOVE_ATB_FROM_BCP=true is
diff --git a/core/tests/coretests/Android.mk b/core/tests/coretests/Android.mk
index 041fb7eeb6b3..3a9d9a3ff64e 100644
--- a/core/tests/coretests/Android.mk
+++ b/core/tests/coretests/Android.mk
@@ -51,7 +51,6 @@ LOCAL_JAVA_LIBRARIES := \
org.apache.http.legacy \
android.test.base \
android.test.mock \
- framework-oahl-backward-compatibility \
framework-atb-backward-compatibility \
LOCAL_PACKAGE_NAME := FrameworksCoreTests