aosp12/external/libabigail
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
autoconf-archive init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bash-completion init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
doc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
include init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
m4 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
patches init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
relicensing-scripts init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
scripts init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
src init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tests init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tools init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.clang-format init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
AUTHORS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
COMMIT-LOG-GUIDELINES init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
COMPILING init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CONTRIBUTING init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ChangeLog init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_APACHE2 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Makefile.am init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NEWS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
VISIBILITY init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
abigail.m4 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
android_build_version.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
configure.ac init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
default.abignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
install-sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
libabigail.pc.in init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
license-change-2020.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
post_update.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
release-text-template.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
update-copyright.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README

This is the Application Binary Interface Generic Analysis and
Instrumentation Library.

It aims at constructing, manipulating, serializing and de-serializing
ABI-relevant artifacts.

The set of artifacts that we are intersted is made of quantities like
types, variable, fonctions and declarations of a given library or
program.  For a given library or program this set of quantities is
called an ABI corpus.

This library aims at (among other things) providing a way to compare
two ABI Corpora (apparently the plural of corpus is copora, heh,
that's cool), provide detailed information about their differences,
and help build tools to infer interesting conclusions about these
differences.

You are welcome to contribute to this project after reading the files
CONTRIBUTING and COMMIT-LOG-GUIDELINES files in the source tree.

Communicating with the maintainers of this project -- including
sending patches to be include to the source code -- happens via email
at libabigail@sourceware.org.