From c5fd2ac49c27c7f3bac198b19fbbb43003ecaa36 Mon Sep 17 00:00:00 2001 From: MrSluffy Date: Sun, 17 Dec 2023 14:26:59 +0800 Subject: [PATCH] Fixed build ci --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b6065f04c0..f233479277 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ allprojects { compileOnly fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'SystemUI-core.jar') compileOnly fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'SystemUI-statsd.jar') compileOnly fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'WindowManager-Shell-14.jar') - + compileOnly fileTree(dir: FRAMEWORK_PREBUILTS_DIR, include: 'framework-14.jar') } } }