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

Commit c450da89 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Set mockito related libraries' sdk_version explicitly

Not having `sdk_version` caused some random issues locally.

Bug: 412720779
Flag: EXEMPT host test change only
Test: atest RavenwoodBivalentTest-light
Change-Id: I7fc869705d49123b866bba62483aa857bde0c230
parent 32555ddc
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: