Skip to content
Snippets Groups Projects
Commit 95aef061 authored by Cole Faust's avatar Cole Faust
Browse files

Remove --no-banner

This flag was deprecated in metalava.

Test: presubmits
Change-Id: I0f9001a56104f157272c0d6a05de040305f3e7f1
parent 534cb777
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ shift 2
# Convert each removed.txt to the "dex format" equivalent, and print all output.
for f in "$@"; do
"$metalava_path" --no-banner "$f" --dex-api "${tmp_dir}/tmp"
"$metalava_path" "$f" --dex-api "${tmp_dir}/tmp"
cat "${tmp_dir}/tmp"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment