1rust_library_host { 2 name: "libbindgen_cli", 3 crate_name: "bindgen_cli", 4 srcs: ["options.rs"], 5 edition: "2018", 6 rustlibs: [ 7 "libbindgen", 8 "libclap", 9 "libclap_complete", 10 "libenv_logger", 11 ], 12 compile_multilib: "first", 13}