mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user