Merge "Fix the static rule for generating the revert annotations" into main

This commit is contained in:
Treehugger Robot
2024-01-09 20:24:32 +00:00
committed by Gerrit Code Review

View File

@@ -287,7 +287,8 @@ var (
generateMetalavaRevertAnnotationsRule = pctx.AndroidStaticRule("generateMetalavaRevertAnnotationsRule", generateMetalavaRevertAnnotationsRule = pctx.AndroidStaticRule("generateMetalavaRevertAnnotationsRule",
blueprint.RuleParams{ blueprint.RuleParams{
Command: `${keep-flagged-apis} ${in} > ${out}`, Command: `${keep-flagged-apis} ${in} > ${out}`,
CommandDeps: []string{"${keep-flagged-apis}"},
}) })
) )