aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2017-01-05 14:54:44 -0800
committerXin Li <delphij@google.com>2017-01-06 22:44:58 +0000
commit75f8ae84ecb8f713b56e35863eada16c6d6606a2 (patch)
treedbc09300c595c2777c39aaaea94f709fb507767a
parentf06e08b3ad35b06d758a852610459f4af81029bb (diff)
downloadabi-dumper-75f8ae84ecb8f713b56e35863eada16c6d6606a2.tar.gz
Add abi-dumper.
Initial pristine commit. Modifications to follow. Bug: 32016180 Test: Tested on local machine by dumping the abi of a library without integrating this into the Android Build System. Change-Id: I2a603629aecb77c52c3bd8e7c6d5dd2e5b8577a9
-rw-r--r--README.google15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.google b/README.google
new file mode 100644
index 0000000..7064f0d
--- /dev/null
+++ b/README.google
@@ -0,0 +1,15 @@
+URL: https://github.com/lvc/abi-dumper/archive/0.99.18.tar.gz
+Version: 0.99.18
+License: GPL2.0, LGPL2.0
+License File: LICENSE
+
+Description:
+This tool produces an ABI dump of a C/C++ library. This ABI dump can be used by
+abi-compliance-checker in order to check ABI compliance with another version of
+the library.
+
+Local Modifications:
+Add command-line options to specify paths to objdump, g++ and readelf. Also,
+modify abi-dumper.pl to parse readelf's output instead of eu-readelf. eu-readelf
+is not available as a prebuilt whereas readelf is. Give +x permissions to
+abi-dumper.pl .