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

Commit 9c743482 authored by Charles Munger's avatar Charles Munger Committed by android-build-merger
Browse files

Merge "Include androidx stubs in framework docs" am: acd388ba am: 5c239c7e

am: ecf64ba3

Change-Id: I8b7f2e1e303b7add21e8eee9fa16f29a14177d55
parents 5cf5c3fe ecf64ba3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -949,7 +949,10 @@ framework_docs_only_args = " -android -manifest $(location core/res/AndroidManif
    "-overview $(location core/java/overview.html) " +
    // Federate Support Library references against local API file.
    "-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 = [
    "voip-common",
@@ -1060,6 +1063,7 @@ doc_defaults {
        "core/res/AndroidManifest.xml",
        "core/java/overview.html",
        ":current-support-api",
        ":current-androidx-api",
    ],
    create_stubs: false,
}