ANDROID: GKI: db845c: Update symbols list and ABI
android13-5.10-lts is broken on Dragonboard 845c because of
recently added symbols.
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"
========================================================
Comparing ABI against expected definition (android/abi_gki_aarch64.xml)
ABI diff reports have been created
1 function symbol(s) added
'int devm_pm_runtime_enable(struct device *)'
========================================================
Bug: 146449535
Fixes: 57ffa73b ("UPSTREAM: drm/msm/dsi: Enable runtime PM")
Signed-off-by:
Amit Pundir <amit.pundir@linaro.org>
Change-Id: I81688118a805ef623e7235ad156f45eb08827461
Loading