From 4499bde83429879f2a51bb9af91e38163dd4f099 Mon Sep 17 00:00:00 2001 From: Prabir Pradhan Date: Thu, 9 Apr 2020 15:07:41 -0700 Subject: [PATCH] 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 --- packages/SystemUI/Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 0eadcc7417474..dcdd9d0b73517 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -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", }