summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Zi Wang <mrziwang@google.com> 2024-03-06 11:08:30 -0800
committer Zi Wang <mrziwang@google.com> 2024-03-06 11:08:30 -0800
commit0636162c925092b72fc60aa58b08d60cc3e55cbb (patch)
treecd242e314da19deb5c7ab387c4d421037d17bff7
parent46b6566d172b6c7c4803a3e889f16ede15fbc556 (diff)
Skip jarjar repackage on SystemUI-tests-base and SystemUI-tests
as a temporary solution to fix the SystemUITest build performance issue. Test: CI and check the jarjar action of these 2 modules are not on build critical path Bug: 328030976 Ignore-AOSP-First: Will cp to aosp Flag: NONE Change-Id: I0679b4d05bdaedd6ce7b924e6e79b9a673b11950
-rw-r--r--packages/SystemUI/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index cc2e84c5a995..9fcc47496ac2 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -302,6 +302,7 @@ android_library {
"androidx.activity_activity-compose",
"androidx.compose.animation_animation-graphics",
],
+ skip_jarjar_repackage: true,
}
android_library {
@@ -351,6 +352,7 @@ android_library {
test: true,
extra_check_modules: ["SystemUILintChecker"],
},
+ skip_jarjar_repackage: true,
}
android_app {