| rust_binary_host { | |
| name: "libbpf_bindgen_build", | |
| host_cross_supported: false, | |
| srcs: ["android/build.rs"], | |
| rustlibs: [ | |
| "libbindgen", | |
| "libbindgen_cmd", | |
| ], | |
| lints: "android", | |
| clippy_lints: "android", | |
| } | |
| rust_bindgen { | |
| name: "liblibbpf_bindgen", | |
| crate_name: "libbpf_bindgen", | |
| custom_bindgen: "libbpf_bindgen_build", | |
| wrapper_src: "android/libbpf_wrapper.h", | |
| source_stem: "bindgen", | |
| header_libs: ["libbpf_build_headers"], | |
| shared_libs: ["libbpf"], | |
| } |