Skip to content

Commit

Permalink
Delete tmp file and .bak file for android lint runs (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyvsmith authored Oct 13, 2023
1 parent 9d80fcb commit 5b7497d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ def okbuck_lint(
cmd += "--fullpath "

cmd += "{} `dirname {}` >$LOGFILE 2>/dev/null; ".format(" ".join(lint_options), toLocation(manifest))
cmd += "rm $CP_FILE; "

#Delete tmp file and tmp.bak file
cmd += "rm $CP_FILE*; "

native.genrule(
name = name,
Expand Down

0 comments on commit 5b7497d

Please sign in to comment.