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

Commit 16f2f94b authored by Liz Kammer's avatar Liz Kammer
Browse files

Remove `create_stubs: false` from droiddoc

`create_stubs: false` is the default behavior in soong as of
https://r.android.com/1380730

Test: m docs
Bug: 144248501
Bug: 143136634
Change-Id: If13de5c0a4071b032bc460f5c57e27819b33051d
parent 21e6488a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -150,12 +150,10 @@ doc_defaults {
        ":current-support-api",
        ":current-androidx-api",
    ],
    create_stubs: false,
}

doc_defaults {
    name: "framework-dokka-docs-default",
    create_stubs: false,
}

droiddoc {
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ droiddoc {
    ],
    installable: false,
    custom_template: "droiddoc-templates-sdk",
    create_stubs: false,
}

java_library_static {