Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment