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

Commit 99f168a5 authored by Nan Zhang's avatar Nan Zhang Committed by android-build-merger
Browse files

Merge "Add update-api for Metalava based api-stubs-docs" am: 93429e61 am: cdd38fd9

am: d116310a

Change-Id: I7e67f7c0e9581589ffe6d957f2fa791d733ddb2b
parents a0738e39 d116310a
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1497,6 +1497,12 @@ droiddoc {
        "core/res/AndroidManifest.xml",
    ],
    args: metalava_framework_docs_args,
    check_api: {
        current: {
            api_file: "api/current.txt",
            removed_api_file: "api/removed.txt",
        },
    },
}

droiddoc {
@@ -1511,6 +1517,12 @@ droiddoc {
        "core/res/AndroidManifest.xml",
    ],
    args: metalava_framework_docs_args + " --show-annotation android.annotation.SystemApi",
    check_api: {
        current: {
            api_file: "api/system-current.txt",
            removed_api_file: "api/system-removed.txt",
        },
    },
}

droiddoc {
@@ -1523,4 +1535,10 @@ droiddoc {
        "core/res/AndroidManifest.xml",
    ],
    args: metalava_framework_docs_args + " --show-annotation android.annotation.TestApi",
    check_api: {
        current: {
            api_file: "api/test-current.txt",
            removed_api_file: "api/test-removed.txt",
        },
    },
}