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

Commit b058ee56 authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Cleanup obsolete doc build targets" into main am: a445bfed

parents 4181591e a445bfed
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -69,9 +69,6 @@ $(SDK_METADATA): $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/framework-doc-stub
.PHONY: framework-doc-stubs
.PHONY: framework-doc-stubs
framework-doc-stubs: $(SDK_METADATA)
framework-doc-stubs: $(SDK_METADATA)


# Run this for checkbuild
checkbuild: doc-comment-check-docs

# Include subdirectory makefiles
# Include subdirectory makefiles
# ============================================================
# ============================================================


+0 −120
Original line number Original line Diff line number Diff line
@@ -200,20 +200,6 @@ doc_defaults {
    },
    },
}
}


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

droiddoc {
    name: "doc-comment-check-docs",
    defaults: ["framework-docs-default"],
    srcs: [
        ":framework-doc-stubs",
    ],
    args: framework_docs_only_args + " -referenceonly -parsecomments",
    installable: false,
}

droiddoc {
droiddoc {
    name: "offline-sdk-docs",
    name: "offline-sdk-docs",
    defaults: ["framework-docs-default"],
    defaults: ["framework-docs-default"],
@@ -266,70 +252,6 @@ droiddoc {
    static_doc_properties: "docs/source.properties",
    static_doc_properties: "docs/source.properties",
}
}


droiddoc {
    name: "online-sdk-docs",
    defaults: ["framework-docs-default"],
    srcs: [
        ":framework-doc-stubs",
    ],
    hdf: [
        "android.whichdoc online",
        "android.hasSamples true",
    ],
    proofread_file: "online-sdk-docs-proofread.txt",
    args: framework_docs_only_args +
        " -toroot / -samplegroup Admin " +
        " -samplegroup Background " +
        " -samplegroup Connectivity " +
        " -samplegroup Content " +
        " -samplegroup Input " +
        " -samplegroup Media " +
        " -samplegroup Notification " +
        " -samplegroup RenderScript " +
        " -samplegroup Security " +
        " -samplegroup Sensors " +
        " -samplegroup System " +
        " -samplegroup Testing " +
        " -samplegroup UI " +
        " -samplegroup Views " +
        " -samplegroup Wearable -samplesdir development/samples/browseable ",
}

droiddoc {
    name: "online-system-api-sdk-docs",
    defaults: ["framework-docs-default"],
    srcs: [
        ":framework-doc-system-stubs",
    ],
    hdf: [
        "android.whichdoc online",
        "android.hasSamples true",
    ],
    proofread_file: "online-system-api-sdk-docs-proofread.txt",
    args: framework_docs_only_args +
        " -referenceonly " +
        " -title \"Android SDK - Including system APIs.\" " +
        " -hide 101 " +
        " -hide 104 " +
        " -hide 108 " +
        " -toroot / -samplegroup Admin " +
        " -samplegroup Background " +
        " -samplegroup Connectivity " +
        " -samplegroup Content " +
        " -samplegroup Input " +
        " -samplegroup Media " +
        " -samplegroup Notification " +
        " -samplegroup RenderScript " +
        " -samplegroup Security " +
        " -samplegroup Sensors " +
        " -samplegroup System " +
        " -samplegroup Testing " +
        " -samplegroup UI " +
        " -samplegroup Views " +
        " -samplegroup Wearable -samplesdir development/samples/browseable ",
    installable: false,
}

droiddoc {
droiddoc {
    name: "ds-docs-java",
    name: "ds-docs-java",
    defaults: ["framework-docs-default"],
    defaults: ["framework-docs-default"],
@@ -361,7 +283,6 @@ droiddoc {


droiddoc {
droiddoc {
    name: "ds-docs-kt",
    name: "ds-docs-kt",
    defaults: ["framework-dokka-docs-default"],
    srcs: [
    srcs: [
        ":framework-doc-stubs",
        ":framework-doc-stubs",
    ],
    ],
@@ -440,44 +361,3 @@ droiddoc {
        " -atLinksNavtree " +
        " -atLinksNavtree " +
        " -navtreeonly ",
        " -navtreeonly ",
}
}

droiddoc {
    name: "online-sdk-dev-docs",
    defaults: ["framework-docs-default"],
    srcs: [
        ":framework-doc-stubs",
    ],
    hdf: [
        "android.whichdoc online",
        "android.hasSamples true",
    ],
    proofread_file: "online-sdk-dev-docs-proofread.txt",
    args: framework_docs_only_args +
        " -toroot / -samplegroup Admin " +
        " -samplegroup Background " +
        " -samplegroup Connectivity " +
        " -samplegroup Content " +
        " -samplegroup Input " +
        " -samplegroup Media " +
        " -samplegroup Notification " +
        " -samplegroup RenderScript " +
        " -samplegroup Security " +
        " -samplegroup Sensors " +
        " -samplegroup System " +
        " -samplegroup Testing " +
        " -samplegroup UI " +
        " -samplegroup Views " +
        " -samplegroup Wearable -samplesdir development/samples/browseable ",
}

droiddoc {
    name: "hidden-docs",
    defaults: ["framework-docs-default"],
    srcs: [
        ":framework-doc-stubs",
    ],
    proofread_file: "hidden-docs-proofread.txt",
    args: framework_docs_only_args +
        " -referenceonly " +
        " -title \"Android SDK - Including hidden APIs.\"",
}