diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index cd3a72271603e..6c670c53d794d 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -237,6 +237,9 @@ android_library { "com.android.systemui", ], plugins: ["dagger2-compiler"], + lint: { + test: true, + }, } // Opt-in config for optimizing the SystemUI target using R8.