android13/external/libabigail
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
autoconf-archive initial 2024-06-22 20:45:49 +08:00
bash-completion initial 2024-06-22 20:45:49 +08:00
doc initial 2024-06-22 20:45:49 +08:00
include initial 2024-06-22 20:45:49 +08:00
relicensing-scripts initial 2024-06-22 20:45:49 +08:00
scripts initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
tests initial 2024-06-22 20:45:49 +08:00
tools initial 2024-06-22 20:45:49 +08:00
.clang-format initial 2024-06-22 20:45:49 +08:00
.mailmap initial 2024-06-22 20:45:49 +08:00
ABIXML-FORMAT-VERSIONS initial 2024-06-22 20:45:49 +08:00
AUTHORS initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
COMMIT-LOG-GUIDELINES initial 2024-06-22 20:45:49 +08:00
COMPILING initial 2024-06-22 20:45:49 +08:00
CONTRIBUTING initial 2024-06-22 20:45:49 +08:00
ChangeLog initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
LICENSE.txt initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_APACHE2 initial 2024-06-22 20:45:49 +08:00
Makefile.am initial 2024-06-22 20:45:49 +08:00
NEWS initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
VISIBILITY initial 2024-06-22 20:45:49 +08:00
abigail.m4 initial 2024-06-22 20:45:49 +08:00
config.h initial 2024-06-22 20:45:49 +08:00
configure.ac initial 2024-06-22 20:45:49 +08:00
default.abignore initial 2024-06-22 20:45:49 +08:00
install-sh initial 2024-06-22 20:45:49 +08:00
libabigail.pc.in initial 2024-06-22 20:45:49 +08:00
license-change-2020.txt initial 2024-06-22 20:45:49 +08:00
post_update.sh initial 2024-06-22 20:45:49 +08:00
release-text-template.txt initial 2024-06-22 20:45:49 +08:00
update-copyright.sh initial 2024-06-22 20:45:49 +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.