From c7b8f95c210bc9573631dcb9774bec2b17a9c3f1 Mon Sep 17 00:00:00 2001 From: Dezhi Huang Date: Tue, 28 May 2024 17:40:06 +0800 Subject: [PATCH] ANDROID: Allow vendor modules perform more operations on binder transaction. Export binder_alloc_copy_from_buffer, allow vendor modules perform more operations on binder transaction and improve user operation fluency and timeliness experience. Bug: 365506454 Bug: 343139379 Change-Id: I4353763099d854a62d0b70b003fbaca00e2c76e4 Signed-off-by: Dezhi Huang (cherry picked from commit d8db83d94e14b48819bba18cb975943c237e33df) --- drivers/android/binder_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/android/binder_alloc.c b/drivers/android/binder_alloc.c index 02ec2c077b2c..4753911fcb96 100644 --- a/drivers/android/binder_alloc.c +++ b/drivers/android/binder_alloc.c @@ -1315,4 +1315,4 @@ int binder_alloc_copy_from_buffer(struct binder_alloc *alloc, return binder_alloc_do_buffer_copy(alloc, false, buffer, buffer_offset, dest, bytes); } - +EXPORT_SYMBOL_GPL(binder_alloc_copy_from_buffer);