Add androidx.annotation_annotation dependency. am: 5a8f6e7e8f

Original change: https://android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/2962916

Change-Id: Ie202cfa529f0eca0fd771ddf8fd59c6e16a54a15
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 7a8181d..46c0bea 100644
--- a/Android.bp
+++ b/Android.bp
@@ -83,6 +83,9 @@
     srcs: [
         ":statslog-docsui-java-gen",
     ],
+    libs: [
+        "androidx.annotation_annotation",
+    ],
     lint: {
         strict_updatability_linting: true,
         baseline_filename: "lint-baseline.xml",