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:
@@ -1358,6 +1358,7 @@ struct task_struct {
|
||||
struct callback_head mce_kill_me;
|
||||
#endif
|
||||
ANDROID_VENDOR_DATA_ARRAY(1, 64);
|
||||
ANDROID_OEM_DATA_ARRAY(1, 2);
|
||||
|
||||
/*
|
||||
* New fields for task_struct should be added above here, so that
|
||||
|
Reference in New Issue
Block a user