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

Commit fd9cc8bc authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files

Merge "Remove --no-banner" into main am: 07e55e78 am: aae7f568 am:...

Merge "Remove --no-banner" into main am: 07e55e78 am: aae7f568 am: 1ced4266 am: b0d4f358 am: 9c18f28b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2752827



Change-Id: Id5ff4d9ff77814880ea1a8f660c912944fb958f1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 20e093b0 9c18f28b
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