From f70eb2bc79e59cc8e521a2ff85e2185f2fbe985d Mon Sep 17 00:00:00 2001 From: Suphon Thanakornpakapong Date: Wed, 6 Oct 2021 09:42:37 +0700 Subject: [PATCH] Move iconloaderlib to new repo --- .gitmodules | 6 +++--- IconLoader | 1 - platform_frameworks_libs_systemui | 1 + settings.gradle | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 160000 IconLoader create mode 160000 platform_frameworks_libs_systemui diff --git a/.gitmodules b/.gitmodules index 9dbf11279e..cf7551ac41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "IconLoader"] - path = IconLoader - url = https://github.com/LawnchairLauncher/iconloader +[submodule "platform_frameworks_libs_systemui"] + path = platform_frameworks_libs_systemui + url = https://github.com/LawnchairLauncher/platform_frameworks_libs_systemui diff --git a/IconLoader b/IconLoader deleted file mode 160000 index 4150b72ddb..0000000000 --- a/IconLoader +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4150b72ddbcd2f4ecb07f97a2d417f0a16ed596b diff --git a/platform_frameworks_libs_systemui b/platform_frameworks_libs_systemui new file mode 160000 index 0000000000..600067fce6 --- /dev/null +++ b/platform_frameworks_libs_systemui @@ -0,0 +1 @@ +Subproject commit 600067fce6e66d2d35db1ba11c7081da68b52c82 diff --git a/settings.gradle b/settings.gradle index 7f11638c86..ee169f821c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ include ':IconLoader' -project(':IconLoader').projectDir = new File(rootDir, 'IconLoader/iconloaderlib') +project(':IconLoader').projectDir = new File(rootDir, 'platform_frameworks_libs_systemui/iconloaderlib') include ':SharedLibWrapper' project(':SharedLibWrapper').projectDir = new File(rootDir, 'SharedLibWrapper')