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

Commit 680f6709 authored by David Saff's avatar David Saff Committed by Android (Google) Code Review
Browse files

Merge "Added strict_mode: false to android.bp for the robolectric tests" into main

parents 254e989e 029f1b3c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -752,6 +752,7 @@ android_robolectric_test {
    plugins: [
        "dagger2-compiler",
    ],
    strict_mode: false,
}

// in-place tests which use Robolectric in the tests directory
@@ -771,7 +772,6 @@ android_robolectric_test {
    ],
    static_libs: [
        "RoboTestLibraries",
        "mockito-kotlin2",
    ],
    libs: [
        "android.test.runner",
@@ -787,6 +787,7 @@ android_robolectric_test {
    plugins: [
        "dagger2-compiler",
    ],
    strict_mode: false,
}

android_ravenwood_test {