aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2017-01-05 14:44:11 -0800
committerXin Li <delphij@google.com>2017-01-06 22:44:35 +0000
commit6d77d98462f6a6409535a321b105d2e631b95cb9 (patch)
treea9a6d54c1d531747b510b62b038d25d1aefa5f90
parent00e67a25ebfa70f4a714bc0af053912d5f6509d8 (diff)
downloadabi-compliance-checker-6d77d98462f6a6409535a321b105d2e631b95cb9.tar.gz
Add abi-compliance-checker.
Initial pristine commit. Modifications will follow. Bug: 32016180 Test: Tested compliance checking on local machine without integration into the Android Build System. Change-Id: I54fa92c43838c71b7bc5ba6d3bfc0bcad6407fca
-rw-r--r--README.google12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.google b/README.google
new file mode 100644
index 0000000..4bd09c3
--- /dev/null
+++ b/README.google
@@ -0,0 +1,12 @@
+URL: https://github.com/lvc/abi-compliance-checker/
+Version: 1.99.26
+License: GPL2.0, LGPL2.0
+License File: LICENSE
+
+Description:
+This tool compares the ABI-dumps of two C/C++ libraries(shared/static) and
+generates a compatibility report specifying any breakages in ABI compliance.
+
+Local Modifications:
+Add command-line options to specify paths to c++filt, objdump, readelf. Makefile
+will be removed. abi-compliance-checker.pl needs +x permissions.