tree: d2c89a7007c3a463a9043d5fbed4936ad67dbb07 [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.