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

Commit 606ca7eb authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Set mockito related libraries' sdk_version explicitly" into main

parents 89368c69 c450da89
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -354,6 +354,9 @@ java_library {
    static_libs: [
        "mockito-robolectric-prebuilt",
    ],
    // TODO(b/412720779) Change this and all dependencies' sdk_version to "core_current",
    // after making sure none of them use Android APIs.
    sdk_version: "current",
}

java_library {
@@ -362,6 +365,9 @@ java_library {
    static_libs: [
        "inline-mockito-robolectric-prebuilt",
    ],
    // TODO(b/412720779) Change this and all dependencies' sdk_version to "core_current",
    // after making sure none of them use Android APIs.
    sdk_version: "current",
}

// We define our own version of platform_compat_config's here, because: