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

Commit 961bddd3 authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Have test_current be a union of system and test APIs" am: ae26decc am: e25f1922

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1457759

Change-Id: If85e19bdb4878bbedfa5828a9c73255ec19b5e5d
parents f2c04799 e25f1922
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.