Fix launcher test symbols

Moving test sources to the main launcher gradle config. UiTestsLibLauncher only contains tapl and the shared lib.

Adding a missing dep on Launcher3 gradle project

Test: Verified all symbols are resolved in QuickstepLauncher.java, Launcher.java and DeviceProfileBaseTest.kt
Bug: 262267728
Change-Id: I6ad75c254e62d1bcc5994feb66bf622cfe384d14
This commit is contained in:
Nicolo' Mazzucato
2023-02-07 21:41:07 +00:00
parent 96328e98d1
commit 2e16aa879e

View File

@@ -147,6 +147,7 @@ dependencies {
implementation "androidx.recyclerview:recyclerview:${ANDROID_X_VERSION}"
implementation "androidx.preference:preference:${ANDROID_X_VERSION}"
implementation project(':IconLoader')
implementation project(':UiTestsLibLauncher')
withQuickstepImplementation project(':SharedLibWrapper')
// Recents lib dependency