Merge "Quiet ds-docs-switched"
This commit is contained in:
@@ -356,10 +356,10 @@ java_genrule {
|
|||||||
dist: {
|
dist: {
|
||||||
targets: ["docs"],
|
targets: ["docs"],
|
||||||
},
|
},
|
||||||
cmd: "unzip $(location :ds-docs-java{.docs.zip}) -d $(genDir) && " +
|
cmd: "unzip -q $(location :ds-docs-java{.docs.zip}) -d $(genDir) && " +
|
||||||
"unzip $(location :ds-docs-kt{.docs.zip}) -d $(genDir)/en/reference/kotlin && " +
|
"unzip -q $(location :ds-docs-kt{.docs.zip}) -d $(genDir)/en/reference/kotlin && " +
|
||||||
"SWITCHER=$$(cd $$(dirname $(location switcher4)) && pwd)/$$(basename $(location switcher4)) && " +
|
"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)",
|
"$(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user