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

Commit 3024e303 authored by Alex Stetson's avatar Alex Stetson Committed by Android (Google) Code Review
Browse files

Merge "Expose robolectric utils as a filegroup" into main

parents 05df1ab8 36ae22d7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -644,6 +644,15 @@ filegroup {
    path: "tests/utils",
}

filegroup {
    name: "SystemUI-robotest-utils",
    srcs: [
        "tests/robolectric/src/com/android/systemui/testutils/**/*.kt",
        "tests/robolectric/src/com/android/systemui/testutils/**/*.java",
    ],
    path: "tests/robolectric/src/com/android/systemui/testutils",
}

filegroup {
    name: "SystemUI-tests-multivalent",
    srcs: [