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

Unverified Commit ddd2b324 authored by Michael Bestas's avatar Michael Bestas
Browse files

Drop platform API usage

Turns out nothing really uses platform APIs?

Change-Id: If0c7e168187f1e80457b82691e4f2557320c660a
parent 1aee84dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@ android_app {

    system_ext_specific: true,

    platform_apis: true,

    overrides: [
        "Gallery",
        "Gallery3D",
        "GalleryNew3D",
    ],

    sdk_version: "current",

    jni_libs: [
        "libjni_gallery_eglfence",
        "libjni_gallery_filters",
@@ -45,7 +45,7 @@ android_app {
        proguard_flags_files: ["proguard.flags"],
    },

    libs: ["telephony-common"] + ["org.apache.http.legacy"],
    libs: ["org.apache.http.legacy"],

    optional_uses_libs: ["com.google.android.media.effects"],

+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ package {
java_library {
    name: "com.android.gallery3d.common2",
    srcs: ["src/**/*.java"],
    platform_apis: true,
    sdk_version: "current",
    libs: ["org.apache.http.legacy"],
}