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

Commit cece97c6 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Remove proofread files that aren't created

These would cause these actions (and any that depended upon them) to
re-run during every incremental build. These now produce warnings:

ninja: output file missing after successful execution: out/soong/.intermediates/frameworks/base/ds-ref-navtree-docs/android_common/ds-ref-navtree-docs-proofrerad.txt

It turns out that the -proofread argument to doclava is ignored with the
following argument combinations:

 * -static -devsite
 * -navtreeonly

Test: m docs; m docs (nothing to do)
Change-Id: I21b939951f5a2f33914e9fc9414df8206091d262
parent ca4379a8
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -373,7 +373,6 @@ droiddoc {
    hdf: [
        "android.whichdoc online",
    ],
    proofread_file: "ds-static-docs-proofrerad.txt",
    args: framework_docs_only_args +
        " -staticonly " +
        " -toroot / " +
@@ -390,7 +389,6 @@ droiddoc {
    hdf: [
        "android.whichdoc online",
    ],
    proofread_file: "ds-ref-navtree-docs-proofrerad.txt",
    args: framework_docs_only_args +
        " -toroot / " +
        " -atLinksNavtree " +
@@ -437,4 +435,3 @@ droiddoc {
        " -referenceonly " +
        " -title \"Android SDK - Including hidden APIs.\"",
}