libbpf-sys
libbpf-sys copied to clipboard
Support for building Android platforms
- Add header files required for the
Android
platform - Manually implement
libbpf_set_print
instead of usingbindgen
to automatically generate it, to solve theva_list
error - Modify
build.rs
to use thecc
library instead of themake
command for building, and support building forAndroid
- Added
Android
testing inCI