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

Commit e43b4366 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Replace `--dex-api` with `signature-to-dex` instead" into main am: 15181c71

parents 523dcae7 15181c71
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" "$f" --dex-api "${tmp_dir}/tmp"
    "$metalava_path" signature-to-dex "$f" "${tmp_dir}/tmp"
    cat "${tmp_dir}/tmp"
done