acheron: Patch some blobs to depend on libtinyxml2-v34.so

libtinyxml2 10.1.0 update which landed in BP4A contains ABI
incompatible changes which cause runtime crashes.

Change-Id: Icb38978769e358811638ef7d714643f11b36a03e
This commit is contained in:
Michael Bestas
2026-07-05 16:16:15 +07:00
committed by Vayruz Rafli
parent 420a4ebc02
commit 0c698a4dcb
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -2864,7 +2864,7 @@ cc_prebuilt_library_shared {
"liblog", "liblog",
"libbinder", "libbinder",
"libdrm", "libdrm",
"libtinyxml2", "libtinyxml2-v34",
"libhidlbase", "libhidlbase",
"android.frameworks.sensorservice@1.0", "android.frameworks.sensorservice@1.0",
"libtinyxml", "libtinyxml",
@@ -2886,7 +2886,7 @@ cc_prebuilt_library_shared {
"liblog", "liblog",
"libbinder", "libbinder",
"libdrm", "libdrm",
"libtinyxml2", "libtinyxml2-v34",
"libhidlbase", "libhidlbase",
"android.frameworks.sensorservice@1.0", "android.frameworks.sensorservice@1.0",
"libtinyxml", "libtinyxml",
Binary file not shown.
Binary file not shown.