Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3287803 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Remove unused library framework-oahl-backward-compatibility" am:...

Merge "Merge "Remove unused library framework-oahl-backward-compatibility" am: 2111aeb2 am: 6581b411 am: 14e47269"
parents ae13a1f8 49a3aab0
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -827,19 +827,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
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,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