sm6225-common: Shim libwvhidl with libcrypto_shim

Change-Id: I8399fe4c0577f3bed2f1b72846bba7f525101504
This commit is contained in:
Michael Bestas
2024-09-29 11:42:09 +03:00
parent 60fe33828b
commit c9e9d36e86
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4050,7 +4050,7 @@ cc_prebuilt_library_shared {
target: { target: {
android_arm64: { android_arm64: {
srcs: ["proprietary/vendor/lib64/libwvhidl.so"], srcs: ["proprietary/vendor/lib64/libwvhidl.so"],
shared_libs: ["android.hardware.drm@1.0", "android.hardware.drm@1.1", "android.hardware.drm@1.2", "android.hardware.drm@1.3", "android.hidl.memory@1.0", "libbase", "libcrypto", "libhidlbase", "libhidlmemory", "liblog", "libprotobuf-cpp-lite-3.9.1-vendorcompat", "libutils", "libc++", "libc", "libm", "libdl", ], shared_libs: ["libcrypto_shim", "android.hardware.drm@1.0", "android.hardware.drm@1.1", "android.hardware.drm@1.2", "android.hardware.drm@1.3", "android.hidl.memory@1.0", "libbase", "libcrypto", "libhidlbase", "libhidlmemory", "liblog", "libprotobuf-cpp-lite-3.9.1-vendorcompat", "libutils", "libc++", "libc", "libm", "libdl", ],
}, },
}, },
compile_multilib: "64", compile_multilib: "64",
Binary file not shown.