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

Commit 4499bde8 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Include NotificationEntryBuilder dependencies in SystemUI-tests-utils

ag/10722011 introduced FakeSystemClock as a dependency to
NotificationEntrytBuilder, so FakeSystemClock and its dependency
FakeExecutor should be included in SystemUI-tests-utils.

Bug: 153680380
Test: atest ArcSystemUITests
Change-Id: Iad7add9021ba374c138bdc266af7b2608e8a03dd
parent 1ce5fdde
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -81,6 +81,8 @@ filegroup {
        "tests/src/com/android/systemui/statusbar/notification/collection/NotificationEntryBuilder.java",
        "tests/src/com/android/systemui/statusbar/RankingBuilder.java",
        "tests/src/com/android/systemui/statusbar/SbnBuilder.java",
        "tests/src/com/android/systemui/util/concurrency/FakeExecutor.java",
        "tests/src/com/android/systemui/util/time/FakeSystemClock.java",
    ],
    path: "tests/src",
}