From a3fa2d1a3e11de584f78abdfcee89665bc1c4b7f Mon Sep 17 00:00:00 2001 From: MrSluffy Date: Fri, 29 Dec 2023 08:40:28 +0800 Subject: [PATCH] Set UiPlugin and UiCommon to compileOnly --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 60ca8bf90e..1af6cafc1b 100644 --- a/build.gradle +++ b/build.gradle @@ -316,9 +316,9 @@ dependencies { withQuickstepImplementation projects.systemUnFold withQuickstepImplementation projects.systemUIViewCapture withQuickstepImplementation projects.systemUILog - withQuickstepImplementation projects.systemUIPlugin + withQuickstepCompileOnly projects.systemUIPlugin withQuickstepImplementation projects.systemUIPluginCore - withQuickstepImplementation projects.systemUICommon + withQuickstepCompileOnly projects.systemUICommon implementation fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'SystemUI-statsd-14.jar')