diff options
-rw-r--r-- | Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 7a8181da6..46c0bea9a 100644 --- a/Android.bp +++ b/Android.bp @@ -83,6 +83,9 @@ java_library { srcs: [ ":statslog-docsui-java-gen", ], + libs: [ + "androidx.annotation_annotation", + ], lint: { strict_updatability_linting: true, baseline_filename: "lint-baseline.xml", |