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

Commit c8cbb366 authored by Pete Gillin's avatar Pete Gillin
Browse files

Add libcore/ojluni/annotations as a source for metalava.

This adds the new annotations (in Java stub format) to the list that
metalava will merge when building stubs.

Bug: 111639530
Test: `make metalava-api-stubs-docs`
Change-Id: I5e73d1276f0602bd14a41f7a64659b1a7b1347cf
parent 38c9e614
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1421,6 +1421,7 @@ doc_defaults {
    metalava_previous_api: ":public-api-for-metalava-annotations",
    metalava_merge_annotations_dirs: [
        "metalava-manual",
        "ojluni-annotated-stubs",
    ],
}