ANDROID: GKI: Update Honor abi symbol list
Add abi symbol in android/abi_gki_aarch64_honor.
4 function symbol(s) added
'unsigned int __kfifo_len_r(struct __kfifo*, size_t)'
'void drop_super(struct super_block*)'
'void mm_trace_rss_stat(struct mm_struct*, int)'
'struct nvmem_device* nvmem_device_find(void*, int(*)(struct device*, const void*))'
The camera dtof driver uses the macro definition kfifo_peek_len
in the Linux system. In this macro, the function __kfifo_len_r is called.
This function symbol needs to be exported. This function symbol was also
used in previous projects.
drop_super use these filesystem interface to get the super block info to inject file option
fault, This function symbol was also used in previous projects.nvmem_device_find is used
to find memory areas
Bug: 342338645
Change-Id: I86eb19df38a3673574b0ff663b948c4465efb9c7
Signed-off-by:
Dezhi Huang <huangdezhi@hihonor.com>
Loading
Please sign in to comment