ANDROID: GKI: db845c: Update symbols list and ABI on pcie_capability_clear_and_set_word
android12-5.4 is broken on Dragonboard 845c because of
recently added symbol, pcie_capability_clear_and_set_word
So updated the symbols list by running:
"BUILD_CONFIG=common/build.config.db845c \
KMI_SYMBOL_LIST_ADD_ONLY=1 build/build_abi.sh -s"
And the abi_gki_aarch64 ABI by running:
"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
Changed leaf types summary: 0 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 pcie_capability_clear_and_set_word(pci_dev*, int, u16, u16)'
========================================================
Bug: 308507481
Change-Id: I03e77f0e43de5231c3d4bd8d892dfd784be0d674
Signed-off-by:
Yongqin Liu <yongqin.liu@linaro.org>
Loading
Please sign in to comment