libbpf-sys icon indicating copy to clipboard operation
libbpf-sys copied to clipboard

Support for building Android platforms

Open editso opened this issue 7 months ago • 6 comments

  1. Add header files required for the Android platform
  2. Manually implement libbpf_set_print instead of using bindgen to automatically generate it, to solve the va_list error
  3. Modify build.rs to use the cc library instead of the make command for building, and support building for Android
  4. Added Android testing in CI

editso avatar Jun 28 '24 11:06 editso