From 3ad47a04c95bf75a174f6c86e4edd5920d210050 Mon Sep 17 00:00:00 2001 From: zhang chuang Date: Fri, 18 Jun 2021 13:24:52 +0800 Subject: [PATCH] ANDROID: Add oem data array for async binder transaction We need to obtain the pid and tid information of the caller in the async binder transaction. So we need to add the pid and tid information in the async binder transaction. Bug: 190413570 Signed-off-by: zhang chuang Change-Id: If67c972aa53196d626ccfeb46b6b61e43ddc57ae --- drivers/android/binder_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/android/binder_internal.h b/drivers/android/binder_internal.h index 177ffc2918dc..2ddbec09d2f9 100644 --- a/drivers/android/binder_internal.h +++ b/drivers/android/binder_internal.h @@ -572,6 +572,7 @@ struct binder_transaction { */ spinlock_t lock; ANDROID_VENDOR_DATA(1); + ANDROID_OEM_DATA_ARRAY(1, 2); }; /**