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

Unverified Commit d93c7391 authored by Jihoon Kang's avatar Jihoon Kang Committed by Michael Bestas
Browse files

Make java_sdk_library dependencies explicit

modules should specify the submodule of java_sdk_library that the module
actually depends on

Test: CI
Bug: 358613520
Change-Id: Id29920aa0e3064226e4d47590330114f44bb328b
parent 9c5801d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ android_app {
        shrink_resources: true,
    },

    libs: ["org.apache.http.legacy"],
    libs: ["org.apache.http.legacy.stubs"],

    optional_uses_libs: [
        "com.google.android.media.effects",
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@ java_library {
    name: "com.android.gallery3d.common2",
    srcs: ["src/**/*.java"],
    sdk_version: "current",
    libs: ["org.apache.http.legacy"],
    libs: ["org.apache.http.legacy.stubs"],
}