otter: Shim libwvhidl with libcrypto_shim

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

Change-Id: I1325c34ecec3d339dd68c665010ecb36fa2e6a29
diff --git a/extract-files.sh b/extract-files.sh
index fcb9c71..b1275fa 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -77,6 +77,10 @@
             [ "$2" = "" ] && return 0
             "${PATCHELF}" --set-soname fingerprint.lahaina.so "${2}"
             ;;
+        vendor/lib64/libwvhidl.so)
+            [ "$2" = "" ] && return 0
+            "${PATCHELF}" --add-needed "libcrypto_shim.so" "${2}"
+            ;;
         *)
             return 1
             ;;