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

Commit 5c239c7e authored by Charles Munger's avatar Charles Munger Committed by android-build-merger
Browse files

Merge "Include androidx stubs in framework docs"

am: acd388ba

Change-Id: I0977797502e1a4223463a524beda8c035dbdc69f
parents ee46efca acd388ba
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,
}
}