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

Commit 809adc7c authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Re-submit "Change the default docs build to use module stubs""...

Merge "Merge "Re-submit "Change the default docs build to use module stubs"" am: eb233393 am: 643efb7c am: d006973d am: 4a567b1f am: 2ed2a141"
parents 12e3bf0f c1d6e5b1
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ stubs_defaults {
}

// Defaults module for doc-stubs targets that use module source code as input.
// This is the default/normal.
stubs_defaults {
    name: "framework-doc-stubs-sources-default",
    defaults: ["framework-doc-stubs-default"],
@@ -147,12 +146,6 @@ droidstubs {
        " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS\\) ",
}

droidstubs {
    name: "framework-doc-stubs",
    defaults: ["framework-doc-stubs-sources-default"],
    args: metalava_framework_docs_args,
}

droidstubs {
    name: "framework-doc-system-stubs",
    defaults: ["framework-doc-stubs-sources-default"],
@@ -161,11 +154,8 @@ droidstubs {
    api_levels_sdk_type: "system",
}

// Experimental target building doc stubs with module stub source code as input.
// This is intended to eventually replace framework-doc-stubs, once all diffs
// have been eliminated.
droidstubs {
    name: "framework-doc-stubs-module-stubs",
    name: "framework-doc-stubs",
    defaults: ["framework-doc-stubs-default"],
    args: metalava_framework_docs_args,
    srcs: [