ANDROID: binder: add OEM data to struct binder_alloc

Add an OEM data field to binder_alloc to support OEM customized
modification for binder IPC.

Bug: 332423175
Change-Id: Ib1a68480aa95f2fb945a58c6cfab121d751228f3
Signed-off-by: liliangliang <liliangliang@vivo.com>
This commit is contained in:
liliangliang
2024-04-02 11:17:08 +08:00
committed by Carlos Llamas
parent 31f62a008e
commit 60372b88d2

View File

@@ -109,6 +109,7 @@ struct binder_alloc {
int pid;
size_t pages_high;
bool oneway_spam_detected;
ANDROID_OEM_DATA(1);
};
#ifdef CONFIG_ANDROID_BINDER_IPC_SELFTEST