Loading libs/binder/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ cc_library { "libbinder_ndk", "libutils", ], export_include_dirs: ["include_rpc_unstable"], // enumerate stable entry points, for apex use stubs: { Loading @@ -342,6 +343,11 @@ 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/src/binder_rpc_unstable.hpp→libs/binder/include_rpc_unstable/binder_rpc_unstable.hpp +0 −0 File moved. View file libs/binder/rust/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ rust_bindgen { // TODO(b/184872979): remove once the Rust API is created. rust_bindgen { name: "libbinder_rpc_unstable_bindgen", wrapper_src: "src/binder_rpc_unstable.hpp", wrapper_src: ":libbinder_rpc_unstable_header", crate_name: "binder_rpc_unstable_bindgen", source_stem: "bindings", shared_libs: [ Loading Loading
libs/binder/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ cc_library { "libbinder_ndk", "libutils", ], export_include_dirs: ["include_rpc_unstable"], // enumerate stable entry points, for apex use stubs: { Loading @@ -342,6 +343,11 @@ 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/src/binder_rpc_unstable.hpp→libs/binder/include_rpc_unstable/binder_rpc_unstable.hpp +0 −0 File moved. View file
libs/binder/rust/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ rust_bindgen { // TODO(b/184872979): remove once the Rust API is created. rust_bindgen { name: "libbinder_rpc_unstable_bindgen", wrapper_src: "src/binder_rpc_unstable.hpp", wrapper_src: ":libbinder_rpc_unstable_header", crate_name: "binder_rpc_unstable_bindgen", source_stem: "bindings", shared_libs: [ Loading