Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a8f6e7e authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Add androidx.annotation_annotation dependency.

stats-log-api-gen adds missing @RequiresApi annotations to the generated
StatsLog.write() calls. The library pulling in the changes needs to
depend on androidx.annotation_annotation which provides @RequiresApi
annotation.

Bug: 319044160
Test: m docsui-statsd
Change-Id: I47caef3470882478fca48fc1cca9fad78763818b
parent 563afa53
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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",