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

Commit 07e55e78 authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Remove --no-banner" into main

parents 20da2afe 95aef061
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