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