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:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user