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

Commit b7b1fb54 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...

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

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

Change-Id: I07090e61f12381964eb555bba2b5d10b2c58095c
parents 37738b53 961bddd3
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.