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
This commit is contained in:
Prabir Pradhan
2020-04-09 15:07:41 -07:00
parent 1ce5fdde3c
commit 4499bde834

View File

@@ -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",
}