ANDROID: refresh ABI following type change
This was the change:
type 'struct ipv6_devconf' changed
member 'u64 android_kabi_reserved4' was removed
member 'union { struct { __u8 ra_honor_pio_pflag; __u8 padding4[7]; }; struct { u64 android_kabi_reserved4; }; union { }; }' was added
It was not detected by abidiff as part of the checks at build time.
The problem was detected at presubmit but did not block submission.
Fixes: 8d1ac3f3fc ("BACKPORT: Add support for PIO p flag")
Bug: 315069348
Change-Id: I59a4ff580058371be5d05d4ad323ed62c1df9a92
Signed-off-by: Giuliano Procida <gprocida@google.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -125,3 +125,7 @@ type 'enum binder_work_type' changed
|
||||
enumerator 'BINDER_WORK_FROZEN_BINDER' (9) was added
|
||||
... 1 other enumerator(s) added
|
||||
|
||||
type 'struct ipv6_devconf' changed
|
||||
member 'u64 android_kabi_reserved4' was removed
|
||||
member 'union { struct { __u8 ra_honor_pio_pflag; __u8 padding4[7]; }; struct { u64 android_kabi_reserved4; }; union { }; }' was added
|
||||
|
||||
|
||||
Reference in New Issue
Block a user