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

Commit af251304 authored by Nan Zhang's avatar Nan Zhang
Browse files

[Vendor] Add filegrouop for NonNull.java

This is needed by google.camera.experimental docs.

Test: m -j docs
Bug: b/70351683

Change-Id: I79b3f0946a1d606cda770eabe7c287f4cc207bfc
parent 76bb514c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1561,3 +1561,10 @@ droiddoc {
        },
    },
}

filegroup {
    name: "framework-annotation-nonnull-srcs",
    srcs: [
        "core/java/android/annotation/NonNull.java",
    ],
}