Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0636162c authored by Zi Wang's avatar Zi Wang
Browse files

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
parent 46b6566d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {