Build errror update ABI references

Any idea how to fix this error:

[ 81% 92765/113434] //frameworks/native/libs/binder:libbinder header-abi-diff libbinder.so.abidiff
FAILED: out/soong/.intermediates/frameworks/native/libs/binder/libbinder/android_vendor.30_arm64_armv8-a_cortex-a53_shared/libbinder.so.abidiff
(prebuilts/clang-tools/linux-x86/bin/header-abi-diff -allow-unreferenced-changes -allow-unreferenced-elf-symbol-changes -lib libbinder -arch arm64 -o out/soong/.intermediates/frameworks/native/libs/binder/libbinder/android_vendor.30_arm64_armv8-a_cortex-a53_shared/libbinder.so.abidiff -new out/soong/.intermediates/frameworks/native/libs/binder/l
ibbinder/android_vendor.30_arm64_armv8-a_cortex-a53_shared/libbinder.so.lsdump -old prebuilts/abi-dumps/vndk/30/64/arm64_armv8-a/source-based/libbinder.so.lsdump)|| (echo ‘error: Please update ABI references with: $ANDROID_BUILD_TOP/development/vndk/tools/header-checker/utils/create_reference_dumps.py -l libbinder’ && (mkdir -p $DIST_DIR/abidif
fs && cp out/soong/.intermediates/frameworks/native/libs/binder/libbinder/android_vendor.30_arm64_armv8-a_cortex-a53_shared/libbinder.so.abidiff $DIST_DIR/abidiffs/) && exit 1)




error: VNDK library: libbinder’s ABI has INCOMPATIBLE CHANGES Please check compatibility report at: out/soong/.intermediates/frameworks/native/libs/binder/libbinder/android_vendor.30_arm64_armv8-a_cortex-a53_shared/libbinder.so.abidiff




error: Please update ABI references with: $ANDROID_BUILD_TOP/development/vndk/tools/header-checker/utils/create_reference_dumps.py -l libbinder

If I run $ANDROID_BUILD_TOP/development/vndk/tools/header-checker/utils/create_reference_dumps.py -l libbinder

I get:

[ 99% 26330/26331] finishing build rules …
FAILED:
build/make/core/main.mk:1218: warning: build/make/target/product/mainline_system.mk includes redundant allowed entries in its artifact path requirement.
Offending entries:
system/system_ext/lib64/vendor.lineage.power@1.0.so
build/make/core/main.mk:1218: warning: build/make/target/product/aosp_arm_ab.mk produces files inside build/make/target/product/mainline_system.mks artifact path requirement.
Offending entries:
system/app/Calendar/Calendar.apk
build/make/core/main.mk:1218: error: Build failed.
07:41:08 ckati failed with: exit status 1
Traceback (most recent call last):
File “/media/ronnz/bigmama/_eOS/eOS_R/development/vndk/tools/header-checker/utils/create_reference_dumps.py”, line 218, in
main()
File “/media/ronnz/bigmama/_eOS/eOS_R/development/vndk/tools/header-checker/utils/create_reference_dumps.py”, line 209, in main
num_processed = create_source_abi_reference_dumps_for_all_products(args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/media/ronnz/bigmama/_eOS/eOS_R/development/vndk/tools/header-checker/utils/create_reference_dumps.py”, line 155, in create_source_abi_reference_dumps_for_all_products
make_libs_for_product(args.libs, product, args.build_variant,
File “/media/ronnz/bigmama/_eOS/eOS_R/development/vndk/tools/header-checker/utils/create_reference_dumps.py”, line 37, in make_libs_for_product
make_libraries(product, variant, vndk_version, targets, libs)
File “/media/ronnz/bigmama/_eOS/eOS_R/development/vndk/tools/header-checker/utils/utils.py”, line 175, in make_libraries
lsdump_paths = read_lsdump_paths(product, variant, vndk_version, targets,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/media/ronnz/bigmama/_eOS/eOS_R/development/vndk/tools/header-checker/utils/utils.py”, line 264, in read_lsdump_paths
make_targets(product, variant, [lsdump_paths_file_path])
File “/media/ronnz/bigmama/_eOS/eOS_R/development/vndk/tools/header-checker/utils/utils.py”, line 165, in make_targets
subprocess.check_call(make_cmd, cwd=AOSP_DIR)
File “/usr/lib/python3.12/subprocess.py”, line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘build/soong/soong_ui.bash’, ‘–make-mode’, ‘-j’, ‘TARGET_PRODUCT=aosp_arm_ab’, ‘TARGET_BUILD_VARIANT=userdebug’, ‘out/target/product/generic_arm_ab/lsdump_paths.txt’]’ returned non-zero exit status 1.
ronnz@ronnz-System-Zorin18:/media/ronnz/bigmama/_eOS/eOS_R$

I wonder how helpful that report is

Please check compatibility report at: .. libbinder.so.abidiff

as for the output of create_reference_dumps.py :