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

Commit 7931c1a9 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
Flag: NONE
Merged_In: I0679b4d05bdaedd6ce7b924e6e79b9a673b11950

Change-Id: I68a8da3658d7ca9829e3c51278a88386517acda6
parent dfa40390
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -333,6 +333,7 @@ android_library {
        "platform-test-annotations",
        "notification_flags_lib",
    ],
    skip_jarjar_repackage: true,
}

android_library {
@@ -382,6 +383,7 @@ android_library {
        test: true,
        extra_check_modules: ["SystemUILintChecker"],
    },
    skip_jarjar_repackage: true,
}

android_app {