Merge "Fix a bug in generateNoticeRule."
This commit is contained in:
@@ -42,8 +42,8 @@ var (
|
|||||||
})
|
})
|
||||||
|
|
||||||
generateNoticeRule = pctx.AndroidStaticRule("generateNoticeRule", blueprint.RuleParams{
|
generateNoticeRule = pctx.AndroidStaticRule("generateNoticeRule", blueprint.RuleParams{
|
||||||
Command: `rm -rf $$(dirname $txtOut) $$(dirname htmlOut) $$(dirname $out) && ` +
|
Command: `rm -rf $$(dirname $txtOut) $$(dirname $htmlOut) $$(dirname $out) && ` +
|
||||||
`mkdir -p $$(dirname $txtOut) $$(dirname htmlOut) $$(dirname $out) && ` +
|
`mkdir -p $$(dirname $txtOut) $$(dirname $htmlOut) $$(dirname $out) && ` +
|
||||||
`${generate_notice} --text-output $txtOut --html-output $htmlOut -t "$title" -s $inputDir && ` +
|
`${generate_notice} --text-output $txtOut --html-output $htmlOut -t "$title" -s $inputDir && ` +
|
||||||
`${minigzip} -c $htmlOut > $out`,
|
`${minigzip} -c $htmlOut > $out`,
|
||||||
CommandDeps: []string{"${generate_notice}", "${minigzip}"},
|
CommandDeps: []string{"${generate_notice}", "${minigzip}"},
|
||||||
|
Reference in New Issue
Block a user