Loading system/gd/rust/topshim/build.rs +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,8 @@ fn main() { .clang_args(clang_args) .enable_cxx_namespaces() .size_t_is_usize(true) .blocklist_function("RawAddress_.*") .blocklist_function(".*Uuid_.*") .allowlist_type("(bt_|bthh_|btgatt_|btsdp|bluetooth_sdp|btsock_|bthf_).*") .allowlist_type("sock_connect_signal_t") .allowlist_function("(bt_|bthh_|btgatt_|btsdp).*") Loading Loading
system/gd/rust/topshim/build.rs +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,8 @@ fn main() { .clang_args(clang_args) .enable_cxx_namespaces() .size_t_is_usize(true) .blocklist_function("RawAddress_.*") .blocklist_function(".*Uuid_.*") .allowlist_type("(bt_|bthh_|btgatt_|btsdp|bluetooth_sdp|btsock_|bthf_).*") .allowlist_type("sock_connect_signal_t") .allowlist_function("(bt_|bthh_|btgatt_|btsdp).*") Loading