diff options
| author | Matthias Maennich <maennich@google.com> | 2020-09-29 18:35:41 +0100 |
|---|---|---|
| committer | Matthias Maennich <maennich@google.com> | 2020-09-29 18:39:19 +0100 |
| commit | 2f1789dcfc6d03619da6edb83e662e4f8b156e37 (patch) | |
| tree | b54167f5f0b3aa36204fc0f88d3b450dc3cf909d | |
| parent | d1a259b641a7320537fc8372783fb9c1fffbeb55 (diff) | |
| download | kernel_build-2f1789dcfc6d03619da6edb83e662e4f8b156e37.tar.gz kernel_build-2f1789dcfc6d03619da6edb83e662e4f8b156e37.tar.bz2 kernel_build-2f1789dcfc6d03619da6edb83e662e4f8b156e37.zip | |
abi/diff_abi: drop use of --dump-diff-tree
This is an internal option and not suitable for regular use.
It has not been an issue so far as it is a noop in leaf-mode. Using the
--full-report option (i.e. calling abidiff without --leaf-changes-only)
in combination with --dump-diff-tree creates massive debug output.
Bug: 158237359
Signed-off-by: Matthias Maennich <maennich@google.com>
Change-Id: Icb426c43cb39952d936372974c5058162bd06ea7
| -rw-r--r-- | abi/abitool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/abi/abitool.py b/abi/abitool.py index 20d26d2..59a1fe4 100644 --- a/abi/abitool.py +++ b/abi/abitool.py @@ -65,7 +65,6 @@ class Libabigail(AbiTool): diff_report)) diff_abi_cmd = ['abidiff', '--flag-indirect', - '--dump-diff-tree', old_dump, new_dump] |
