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:
Giuliano Procida
2025-08-07 14:08:04 +01:00
parent beaad7f495
commit 270f4894ad
2 changed files with 1571 additions and 1543 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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