sm8250-common: Address missing libbinder symbols in libwfdnative

_ZN7android6binder12atrace_beginEmPKc
_ZN7android6binder10atrace_endEm

Change-Id: I942d51721461dbbf9c8d0f2f32128529bb7480c3
This commit is contained in:
Sebastiano Barezzi
2025-01-03 02:04:31 +01:00
parent ecfd0f027e
commit 794843a7a7
2 changed files with 1 additions and 1 deletions

View File

@@ -6709,7 +6709,7 @@ cc_prebuilt_library_shared {
target: { target: {
android_arm64: { android_arm64: {
srcs: ["proprietary/system_ext/lib64/libwfdnative.so"], srcs: ["proprietary/system_ext/lib64/libwfdnative.so"],
shared_libs: ["libinput_shim", "libandroid_runtime", "libui", "libinput", "libnativehelper", "libutils", "liblog", "libwfdclient", "libhidlbase", "libhidlmemory", "libbinder", "libgui", "android.hidl.base@1.0", "android.hidl.token@1.0-utils", "android.hardware.graphics.common@1.0", "android.hardware.graphics.bufferqueue@1.0", "android.hardware.graphics.bufferqueue@2.0", "libc++", "libc", "libm", "libdl", ], shared_libs: ["libinput_shim", "libbinder_shim", "libandroid_runtime", "libui", "libinput", "libnativehelper", "libutils", "liblog", "libwfdclient", "libhidlbase", "libhidlmemory", "libbinder", "libgui", "android.hidl.base@1.0", "android.hidl.token@1.0-utils", "android.hardware.graphics.common@1.0", "android.hardware.graphics.bufferqueue@1.0", "android.hardware.graphics.bufferqueue@2.0", "libc++", "libc", "libm", "libdl", ],
}, },
}, },
compile_multilib: "64", compile_multilib: "64",