ANDROID: GKI: Add new symbol list for arg
Adds a new symbol list for android aarch64. ``` 4 function symbol(s) added 'ssize_t iio_enum_available_read(struct iio_dev*, uintptr_t, const struct iio_chan_spec*, char*)' 'ssize_t iio_enum_read(struct iio_dev*, uintptr_t, const struct iio_chan_spec*, char*)' 'ssize_t iio_enum_write(struct iio_dev*, uintptr_t, const struct iio_chan_spec*, const char*, size_t)' 'struct power_supply* power_supply_register_no_ws(struct device*, const struct power_supply_desc*, const struct power_supply_config*)' ``` Bug: 386822958 Bug: 392993248 Signed-off-by:Rishi Sikka <rishisikka@google.com> (cherry picked from https://android-review.googlesource.com/q/commit:773ad7ab13978037ca43303c881d8ad7eb27ff06) Merged-In: I43b8c50200006f93404c12be546304eb71858334 Change-Id: I43b8c50200006f93404c12be546304eb71858334 Note: One additional symbol was added (for a total of 4) on the 2024-08 branch. The commit message was updated to reflect this, from the original change that landed on the tip of android14-6.1.
Loading
Please sign in to comment