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

Commit 58d9eab5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Migrate to use new signature-to-dex --out option" into main

parents 533a2a34 2be27a08
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" signature-to-dex "$f" "${tmp_dir}/tmp"
    "$metalava_path" signature-to-dex "$f" --out "${tmp_dir}/tmp"
    cat "${tmp_dir}/tmp"
done