Move jarjar repackage action before combine action
With this change, the jarjar repackage actions are only on the local classes of each module instead of the combined jar that contains the static libs. The static libs don't need jarjar repackage action on this module level because it has been repackaged when building itself. This change also removes the skip_jarjar_repackage property since it's incompatible with this change. Actually skipping jarjar repackage on a dep may result in incomplete repackage on the module output. Test: CI and observing the build time of SystemUIGoogle Bug: 328067025 Ignore-AOSP-First: Will cp to aosp (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:78ffdd47a658dec4bf79e63d11a5f0f3b94876a4) Merged-In: I476d959af025c46d2ba6d3f48ea378a086666a33 Change-Id: I476d959af025c46d2ba6d3f48ea378a086666a33
Loading
Please register or sign in to comment