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