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

Commit e25f1922 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

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

Change-Id: Ie7fcc420f2a050b42b60ed2387c7552327624066
parents 3420af35 ae26decc
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.