Re: [PATCH v4 2/2] rust_binder: override crate name to rust_binder
From: Gary Guo
Date: Thu Apr 02 2026 - 07:22:05 EST
On Thu Apr 2, 2026 at 11:55 AM BST, Alice Ryhl wrote:
> The Rust Binder object file is called rust_binder_main.o because the
> name rust_binder.o is used for the result of linking together
> rust_binder_main.o with rust_binderfs.o and a few others.
>
> However, the crate name is supposed to be rust_binder without a _main
> suffix. Thus, override the crate name accordingly.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Acked-by: Gary Guo <gary@xxxxxxxxxxx>
> ---
> drivers/android/binder/rust_binder_main.rs | 2 ++
> 1 file changed, 2 insertions(+)