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
Flag: NONE
Merged_In: I0679b4d05bdaedd6ce7b924e6e79b9a673b11950
Change-Id: I68a8da3658d7ca9829e3c51278a88386517acda6
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index 62b8cb7..30e49e1 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -333,6 +333,7 @@
"platform-test-annotations",
"notification_flags_lib",
],
+ skip_jarjar_repackage: true,
}
android_library {
@@ -382,6 +383,7 @@
test: true,
extra_check_modules: ["SystemUILintChecker"],
},
+ skip_jarjar_repackage: true,
}
android_app {