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

Commit ae26decc authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Have test_current be a union of system and test APIs"

parents b7aee190 84ffba26
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -229,7 +229,11 @@ droidstubs {
    arg_files: [
        "core/res/AndroidManifest.xml",
    ],
    args: metalava_framework_docs_args + " --show-annotation android.annotation.TestApi",
    args: metalava_framework_docs_args
        + " --show-annotation android.annotation.TestApi"
        + " --show-for-stub-purposes-annotation android.annotation.SystemApi\\("
        +     "client=android.annotation.SystemApi.Client.PRIVILEGED_APPS"
        + "\\)",
    check_api: {
        current: {
            api_file: "api/test-current.txt",
+103 −105

File changed.

Preview size limit exceeded, changes collapsed.