Add a repository to get an icon and a label for the custom tile
Test: atest CustomTileDefaultsRepositoryTest
Flag: LEGACY QS_PIPELINE_NEW_TILES DISABLED
Bug: 301055700
Change-Id: I3316421971795933d2d51df124771452c99027a4
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index f78811f..89c6ecc 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -365,6 +365,7 @@
"tests/src/com/android/systemui/qs/pipeline/shared/TileSpecTest.kt",
"tests/src/com/android/systemui/qs/tiles/base/**/*.kt",
"tests/src/com/android/systemui/qs/tiles/viewmodel/**/*.kt",
+ "tests/src/com/android/systemui/qs/tiles/impl/**/*.kt",
/* Authentication */
"tests/src/com/android/systemui/authentication/data/repository/AuthenticationRepositoryTest.kt",