summaryrefslogtreecommitdiff
path: root/packages/SystemUI/shared/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/shared/Android.bp')
-rw-r--r--packages/SystemUI/shared/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/shared/Android.bp b/packages/SystemUI/shared/Android.bp
index 3a33f92bf7d1..71e084ee547e 100644
--- a/packages/SystemUI/shared/Android.bp
+++ b/packages/SystemUI/shared/Android.bp
@@ -35,6 +35,9 @@ java_library {
srcs: [
":statslog-SystemUI-java-gen",
],
+ libs: [
+ "androidx.annotation_annotation",
+ ],
lint: {
baseline_filename: "lint-baseline.xml",
},