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

Commit 4c4a9c3e authored by Paul Duffin's avatar Paul Duffin
Browse files

Replace `--dex-api` with `signature-to-dex` instead

Bug: 307737035
Test: m combined-removed-dex
      # Check before and after to make sure there are no differences
Change-Id: I51e774e6a340d310b96c0291b04f66b4737aebda
parent 04e59b17
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