tree: 458cd50b67fe1492b29e2ac1b6b71ae2752eabda [path history] [tgz]
  1. check_buildtime_symbol_protection.py
  2. dependency_graph_drawer.py
  3. dependency_graph_extractor.py
  4. extract_gki_protected_exports.py
  5. extract_symbols.py
  6. flatten_symbol_list.py
  7. kmi_defines.py
  8. OWNERS
  9. process_symbols.py
  10. README.md
  11. symbol_extraction.py
  12. symbols.deny
  13. 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.