ANDROID: refresh ABI, allow ABI break and fix up symbol CRCs
type 'enum iio_chan_type' changed
enumerator 'IIO_ATTENTION' (39) was added
IIO core only trigger callbacks to the drivers for the iio_channels that
they have declared. It is very unlikely that any vendor module will
notice the new channel type, and this explains the need for
ANDROID_KABI_ENUMERATOR_IGNORE.
This commit hides the type change from CRC calculations and marks the ABI
break as allowed.
Bug: 442414507
Test: Build with CONFIG_HID_SENSOR_PROX
Change-Id: Ib705f5be5f381729d7fdf2f8910e317b45f28d5b
Signed-off-by:
Ricardo Ribalda <ribalda@google.com>
Loading