Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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