diff options
Diffstat (limited to 'packages/SystemUI/checks/Android.bp')
-rw-r--r-- | packages/SystemUI/checks/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/checks/Android.bp b/packages/SystemUI/checks/Android.bp index 8457312dc403..cf66ff60f9ab 100644 --- a/packages/SystemUI/checks/Android.bp +++ b/packages/SystemUI/checks/Android.bp @@ -40,6 +40,10 @@ java_test_host { "tests/**/*.kt", "tests/**/*.java", ], + data: [ + ":framework", + ":androidx.annotation_annotation", + ], static_libs: [ "SystemUILintChecker", "junit", |