Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 443973f5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "rust: Use wrapper for header file" into main

parents 416b71f0 5fca42a7
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -579,11 +579,6 @@ cc_library {
    ],
}

filegroup {
    name: "libbinder_rpc_unstable_header",
    srcs: ["include_rpc_unstable/binder_rpc_unstable.hpp"],
}

// libbinder historically contained additional interfaces that provided specific
// functionality in the platform but have nothing to do with binder itself. These
// are moved out of libbinder in order to avoid the overhead of their vtables.
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ rust_library {
// TODO(b/184872979): remove once the RPC Binder API is stabilised.
rust_bindgen {
    name: "libbinder_rpc_unstable_bindgen",
    wrapper_src: ":libbinder_rpc_unstable_header",
    wrapper_src: "BinderBindings.hpp",
    crate_name: "binder_rpc_unstable_bindgen",
    visibility: [":__subpackages__"],
    source_stem: "bindings",
+1 −0
Original line number Diff line number Diff line
#include <binder_rpc_unstable.hpp>