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

Commit 36ae22d7 authored by Alex Stetson's avatar Alex Stetson
Browse files

Expose robolectric utils as a filegroup

Bug: 355268748
Test: N/a
Flag: TEST_ONLY
Change-Id: I2ec522d33c8c48e7468f96ca1b168e958707a284
parent 4d750e1c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -639,6 +639,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: [