Merge "Fix the static rule for generating the revert annotations" into main
This commit is contained in:
@@ -287,7 +287,8 @@ var (
|
||||
|
||||
generateMetalavaRevertAnnotationsRule = pctx.AndroidStaticRule("generateMetalavaRevertAnnotationsRule",
|
||||
blueprint.RuleParams{
|
||||
Command: `${keep-flagged-apis} ${in} > ${out}`,
|
||||
Command: `${keep-flagged-apis} ${in} > ${out}`,
|
||||
CommandDeps: []string{"${keep-flagged-apis}"},
|
||||
})
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user