ANDROID: use ANDROID_OEM_DATA for OEM data

Change vendor fields to OEM fields by using
ANDROID_OEM_DATA when the vendor fields were
originally requested by an OEM.

Bug: 177481081
Signed-off-by: Todd Kjos <tkjos@google.com>
Change-Id: Iaf1e80e07bfd78efb5a9b7ff5894ff751f272f23
This commit is contained in:
Todd Kjos
2021-01-27 11:43:47 -08:00
parent 83f749e3a1
commit 403e11fa53

View File

@@ -1358,6 +1358,7 @@ struct task_struct {
struct callback_head mce_kill_me; struct callback_head mce_kill_me;
#endif #endif
ANDROID_VENDOR_DATA_ARRAY(1, 64); ANDROID_VENDOR_DATA_ARRAY(1, 64);
ANDROID_OEM_DATA_ARRAY(1, 2);
/* /*
* New fields for task_struct should be added above here, so that * New fields for task_struct should be added above here, so that