ANDROID: GKI: aarch64: Update symbols list and ABI
android12-5.4-lts is broken on Cuttlefish aarch64 because of the recently added symbol, pm_runtime_get_if_active.
The symbols list has been updated using the following command:
"BUILD_CONFIG=common/build.config.gki.aarch64 \
ABI_DEFINITION=abi_gki_aarch64.xml KMI_SYMBOL_LIST_ADD_ONLY=1 \
build/build_abi.sh --update --print-report"
========================================================
Leaf changes summary: 1 artifact changed (1 filtered out)
Changed leaf types summary: 0 (1 filtered out) leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
1 Added function:
[A] 'function int pm_runtime_get_if_active(device*, bool)'
========================================================
Bug: 304315804
Fixes: a55d55a3 ("PM: runtime: Add pm_runtime_get_if_active()")
Change-Id: Iceb1cbaef5ae5abf54215ec56e7c6d659fec0eea
Signed-off-by:
Terry Tritton <ttritton@google.com>
Loading
Please sign in to comment