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

Commit 2024cd8b authored by Nan Zhang's avatar Nan Zhang Committed by android-build-merger
Browse files

Merge "Enable lint_as_errors for frameworks/base docs" am: 6622d095 am: dd298a4b

am: be558d6e

Change-Id: I088ded6935705e1d6dadda7cd922bd84f0ff2299
parents 81dd9c3a be558d6e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1093,6 +1093,7 @@ framework_docs_args = "-android -manifest $(location core/res/AndroidManifest.xm
     "-federationapi SupportLib $(location current/support-api.txt) "

framework_docs_only_args = " -android -manifest $(location core/res/AndroidManifest.xml) " +
     "-werror -lerror -hide 111 -hide 113 -hide 125 -hide 126 -hide 127 -hide 128 " +
     "-overview $(location core/java/overview.html) " +
     // Federate Support Library references against local API file.
     "-federate SupportLib https://developer.android.com " +
@@ -1178,7 +1179,8 @@ stubs_defaults {

doc_defaults {
    name: "framework-docs-default",
    libs: framework_docs_only_libs,
    libs: framework_docs_only_libs +
         ["stub-annotations"],
    html_dirs: [
        "docs/html",
    ],