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

Commit a29e41f2 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Quiet ds-docs-switched" am: 9407b63e am: ce708ae4 am: 2a440d22 am: e2235212

Change-Id: I897cd0cfa692e98d1ba8b3e39335917fa5d0e914
parents 08eac73e e2235212
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -356,10 +356,10 @@ java_genrule {
    dist: {
        targets: ["docs"],
    },
    cmd: "unzip $(location :ds-docs-java{.docs.zip}) -d $(genDir) && " +
         "unzip $(location :ds-docs-kt{.docs.zip}) -d $(genDir)/en/reference/kotlin && " +
    cmd: "unzip -q $(location :ds-docs-java{.docs.zip}) -d $(genDir) && " +
         "unzip -q $(location :ds-docs-kt{.docs.zip}) -d $(genDir)/en/reference/kotlin && " +
         "SWITCHER=$$(cd $$(dirname $(location switcher4)) && pwd)/$$(basename $(location switcher4)) && " +
         "(cd $(genDir)/en/reference && $$SWITCHER --work platform) && " +
         "(cd $(genDir)/en/reference && $$SWITCHER --work platform) > /dev/null && " +
         "$(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)",
}