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

Commit 99106d56 authored by Paul Duffin's avatar Paul Duffin
Browse files

Switch from deprecated -stubpackages to --stub-packages

The behavior is identical but `-stubpackages` is a legacy option name
inherited from doclava and Metalava uses doubly hyphens for long
option names as standard.

Bug: 295136054
Test: ./gradlew
Change-Id: Ie1ffe083253c982280c4cb8bdd7c275074d7805d
parent 6665b8b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ droidstubs {
    ],
    installable: false,
    flags: [
        "-stubpackages com.android.uiautomator.core:com.android.uiautomator.testrunner",
        "--stub-packages com.android.uiautomator.core:com.android.uiautomator.testrunner",
    ],

    check_api: {