sm8250-common: Shim widevine with libcrypto_shim

The following change
https://github.com/google/boringssl/commit/e202e51cb0912f36dafbd2e67cf04d6ec82f3180
removed symbols that our libs require.

Change-Id: I1325c34ecec3d339dd68c665010ecb36fa2e6a29
This commit is contained in:
Michael Bestas
2024-09-11 00:04:13 +03:00
committed by Bruno Martins
parent 4070f17727
commit 8d0cf6db7d
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -2332,7 +2332,7 @@ cc_prebuilt_library_shared {
target: { target: {
android_arm: { android_arm: {
srcs: ["proprietary/vendor/lib/libwvhidl.so"], srcs: ["proprietary/vendor/lib/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: "32", compile_multilib: "32",
@@ -2349,7 +2349,7 @@ cc_prebuilt_library_shared {
target: { target: {
android_arm: { android_arm: {
srcs: ["proprietary/vendor/lib/mediadrm/libwvdrmengine.so"], srcs: ["proprietary/vendor/lib/mediadrm/libwvdrmengine.so"],
shared_libs: ["libbase", "libcrypto", "liblog", "libprotobuf-cpp-lite-3.9.1-vendorcompat", "libstagefright_foundation", "libutils", "libc++", "libc", "libm", "libdl", ], shared_libs: ["libcrypto_shim", "libbase", "libcrypto", "liblog", "libprotobuf-cpp-lite-3.9.1-vendorcompat", "libstagefright_foundation", "libutils", "libc++", "libc", "libm", "libdl", ],
}, },
}, },
compile_multilib: "32", compile_multilib: "32",
Binary file not shown.
Binary file not shown.