tree: a454dec1c38f00983dbf92b1c731ee24e28589bc [path history] [tgz]
  1. check_buildtime_symbol_protection.py
  2. dependency_graph_drawer.py
  3. dependency_graph_extractor.py
  4. extract_symbols.py
  5. flatten_symbol_list.py
  6. kmi_defines.py
  7. OWNERS
  8. process_symbols.py
  9. README.md
  10. symbol_extraction.py
  11. symbols.deny
  12. verify_ksymtab.py
abi/README.md

ABI Monitoring for Android Kernels

In order to stabilize the in-kernel ABI of Android kernels, the ABI Monitoring tooling has been created to collect and compare ABI representations from existing kernel binaries (vmlinux + modules). The tools can be used to track and mitigate changes to said ABI.

The full documentation is available on source.android.com.