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

Commit a627a31a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add strict_mode: false" into main

parents cc71aa83 97cbdbcf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -241,11 +241,17 @@ android_robolectric_test {
    java_resource_dirs: ["config"],
    static_libs: [
        "flag-junit-base",
        "flag-junit",
        "com_android_launcher3_flags_lib",
        "com_android_wm_shell_flags_lib",
        "androidx.test.uiautomator_uiautomator",
        "androidx.core_core-animation-testing",
        "androidx.test.ext.junit",
        "androidx.test.espresso.core",
        "androidx.test.espresso.contrib",
        "androidx.test.espresso.intents",
        "androidx.test.rules",
        "uiautomator-helpers",
        "inline-mockito-robolectric-prebuilt",
        "platform-parametric-runner-lib",
        "testables",
@@ -261,4 +267,5 @@ android_robolectric_test {
    ],
    instrumentation_for: "Launcher3",
    upstream: true,
    strict_mode: false,
}