tree: 6558e9d1d1dfa32a0254e568f54da71f76f60907 [path history] [tgz]
  1. check_buildtime_symbol_protection.py
  2. extract_gki_protected_exports.py
  3. extract_symbols.py
  4. flatten_symbol_list.py
  5. kmi_defines.py
  6. OWNERS
  7. process_symbols.py
  8. README.md
  9. symbol_extraction.py
  10. symbols.allow
  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.