Loading libs/binder/Android.bp +0 −5 Original line number Diff line number Diff line Loading @@ -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. Loading libs/binder/rust/rpcbinder/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading libs/binder/rust/rpcbinder/BinderBindings.hpp 0 → 100644 +1 −0 Original line number Diff line number Diff line #include <binder_rpc_unstable.hpp> Loading
libs/binder/Android.bp +0 −5 Original line number Diff line number Diff line Loading @@ -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. Loading
libs/binder/rust/rpcbinder/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading
libs/binder/rust/rpcbinder/BinderBindings.hpp 0 → 100644 +1 −0 Original line number Diff line number Diff line #include <binder_rpc_unstable.hpp>