tree: 268f437d0c16c986403bec69681ded71f97dc6c2 [path history] [tgz]
  1. .gitignore
  2. abitool.py
  3. compare_to_symbol_list
  4. diff_abi
  5. dump_abi
  6. extract_symbols
  7. filter_abi
  8. flatten_symbol_list
  9. gki_check
  10. kmi_defines.py
  11. OWNERS
  12. process_symbols
  13. README.md
  14. symbols.allow
  15. symbols.deny
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.