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

Commit acd388ba authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Include androidx stubs in framework docs"

parents 8fee0722 1b1c0ca9
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -895,7 +895,10 @@ framework_docs_only_args = " -android -manifest $(location core/res/AndroidManif
    "-overview $(location core/java/overview.html) " +
    "-overview $(location core/java/overview.html) " +
    // Federate Support Library references against local API file.
    // Federate Support Library references against local API file.
    "-federate SupportLib https://developer.android.com " +
    "-federate SupportLib https://developer.android.com " +
    "-federationapi SupportLib $(location :current-support-api) "
    "-federationapi SupportLib $(location :current-support-api) " +
    // Federate Support Library references against local API file.
    "-federate AndroidX https://developer.android.com " +
    "-federationapi AndroidX $(location :current-androidx-api) "


framework_docs_only_libs = [
framework_docs_only_libs = [
    "voip-common",
    "voip-common",
@@ -1013,6 +1016,7 @@ doc_defaults {
        "core/res/AndroidManifest.xml",
        "core/res/AndroidManifest.xml",
        "core/java/overview.html",
        "core/java/overview.html",
        ":current-support-api",
        ":current-support-api",
        ":current-androidx-api",
    ],
    ],
    create_stubs: false,
    create_stubs: false,
}
}