diff options
| author | 2019-01-08 13:28:23 +0000 | |
|---|---|---|
| committer | 2019-01-22 14:16:14 +0000 | |
| commit | c4bd26a0ac0d50efddf238e8a241ca02b06a9f54 (patch) | |
| tree | 0a902dc0f866a01ab4a7aeae3d774ae39fb8c78a | |
| parent | 025bfab929b80f3e6a501da50298780a8dbb22c6 (diff) | |
Remove unused library framework-oahl-backward-compatibility
Bug: 18027885
Test: cts/tests/signature/runSignatureTest.sh make checkbuild
Change-Id: I0be69f5cc6f3f65a6302a81df6a412ce0b0ff10a
| -rw-r--r-- | Android.bp | 13 | ||||
| -rw-r--r-- | core/tests/coretests/Android.mk | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/Android.bp b/Android.bp index ad9ba16f554a..8b363695a1c2 100644 --- a/Android.bp +++ b/Android.bp @@ -757,19 +757,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 |