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

Commit 65805dd3 authored by Zi Wang's avatar Zi Wang
Browse files

Remove skip_jarjar_repackage

skip_jarjar_repackage was used as a temporary solution
to system ui build time increase. Now the problem should
be resolved by moving jarjar actions before combine action
in java compile.

Test: CI
Bug: 328067025
Flag: NONE
Ignore-AOSP-First: Will cp to aosp
Change-Id: I01136f7d00e13f258212885a52b11c1de34fd87a
parent ef5c4863
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -188,7 +188,6 @@ android_library {
        extra_check_modules: ["SystemUILintChecker"],
        warning_checks: ["MissingApacheLicenseDetector"],
    },
    skip_jarjar_repackage: true,
}

filegroup {
@@ -304,7 +303,6 @@ android_library {
        "androidx.compose.animation_animation-graphics",
        "TraceurCommon",
    ],
    skip_jarjar_repackage: true,
}

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

android_app {