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

Commit bfcc7c75 authored by Adrian Roos's avatar Adrian Roos
Browse files

servicestests and InputTests: allow warnings

Those tests use deprecated and internal Mockito APIs.

Change-Id: I2752dc0026e248bcea65b975a75dcf0c3aae2f66
parent 8f4a29b4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -32,9 +32,6 @@ android_test {
        "test-apps/SuspendTestApp/src/**/*.java",
    ],

    kotlincflags: [
        "-Werror",
    ],
    static_libs: [
        "cts-input-lib",
        "frameworks-base-testutils",
+0 −3
Original line number Diff line number Diff line
@@ -19,9 +19,6 @@ android_test {
        "src/**/*.kt",
    ],
    asset_dirs: ["assets"],
    kotlincflags: [
        "-Werror",
    ],
    platform_apis: true,
    certificate: "platform",
    static_libs: [