ANDROID: Update ABI as part of crash fix

Ok to commit this before KMI update since CRC change only affects the broken
hooks which are only used by the partner that introduced the hooks.

INFO: variable symbol 'struct tracepoint __tracepoint_android_rvh_psci_cpu_suspend' changed
  CRC changed from 0x4628ef5b to 0xf9b81cca

variable symbol 'struct tracepoint __tracepoint_android_rvh_psci_tos_resident_on' changed
  CRC changed from 0x477813d5 to 0xb163a362

Fixes: b7a7fd15ed ("ANDROID: vendor_hooks: psci: add hook to check if cpu is allowed to power off")
Bug: 285477556
Change-Id: I0539ac8ff1d26a6ba8dd0f13fc09b53f5ee0335b
Signed-off-by: Todd Kjos <tkjos@google.com>
This commit is contained in:
Todd Kjos 2023-06-02 17:34:18 +00:00
parent 9e2fa0a396
commit 7b14897460

View file

@ -323488,7 +323488,7 @@ elf_symbol {
name: "__tracepoint_android_rvh_psci_cpu_suspend"
is_defined: true
symbol_type: OBJECT
crc: 0x4628ef5b
crc: 0xf9b81cca
type_id: 0x18ccbd2c
full_name: "__tracepoint_android_rvh_psci_cpu_suspend"
}
@ -323497,7 +323497,7 @@ elf_symbol {
name: "__tracepoint_android_rvh_psci_tos_resident_on"
is_defined: true
symbol_type: OBJECT
crc: 0x477813d5
crc: 0xb163a362
type_id: 0x18ccbd2c
full_name: "__tracepoint_android_rvh_psci_tos_resident_on"
}