diff options
| -rw-r--r-- | packages/SystemUI/Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 999507b300e4..d50b596228b7 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -229,7 +229,6 @@ android_library { extra_check_modules: ["SystemUILintChecker"], warning_checks: ["MissingApacheLicenseDetector"], }, - skip_jarjar_repackage: true, } filegroup { @@ -335,7 +334,6 @@ android_library { "platform-test-annotations", "notification_flags_lib", ], - skip_jarjar_repackage: true, } android_library { @@ -385,7 +383,6 @@ android_library { test: true, extra_check_modules: ["SystemUILintChecker"], }, - skip_jarjar_repackage: true, } android_app { |