mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Revert "chore: Remove reference to searchuilib"
This reverts commit 449441ec03.
This commit is contained in:
@@ -44,7 +44,7 @@ For translations, please visit **[Lawnchair on Crowdin][crowdin]**.
|
||||
2. Open the project in Android Studio.
|
||||
3. Select the `lawnWithQuickstepGithubDebug` build variant.
|
||||
|
||||
If you encounter errors with modules that ends with `lib` suffix like `iconloaderlib` or `animationlib`,
|
||||
If you encounter errors with modules that ends with `lib` suffix like `iconloaderlib` or `searchuilib`,
|
||||
run `git submodule update --init --recursive`.
|
||||
|
||||
Here are some contribution tips to help you get started:
|
||||
|
||||
@@ -378,6 +378,7 @@ addFrameworkJar('framework-16.jar')
|
||||
|
||||
dependencies {
|
||||
implementation projects.iconloaderlib
|
||||
implementation projects.searchuilib
|
||||
implementation projects.animationlib
|
||||
implementation projects.msdllib
|
||||
implementation projects.contextualeducationlib
|
||||
|
||||
@@ -51,6 +51,9 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
include ':iconloaderlib'
|
||||
project(':iconloaderlib').projectDir = new File(rootDir, 'platform_frameworks_libs_systemui/iconloaderlib')
|
||||
|
||||
include ':searchuilib'
|
||||
project(':searchuilib').projectDir = new File(rootDir, 'platform_frameworks_libs_systemui/searchuilib')
|
||||
|
||||
include ':animationlib'
|
||||
project(':animationlib').projectDir = new File(rootDir, 'platform_frameworks_libs_systemui/animationlib')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user