Update static libs deps in recovery

Transitive dependency, need to add lz4 as static lib.

Test: th
Bug: 228478555
Change-Id: Ic73ad115c2def057f1e1bcb84b8bed8cdc08c1e6
diff --git a/Android.bp b/Android.bp
index bd95705..f733700 100644
--- a/Android.bp
+++ b/Android.bp
@@ -113,6 +113,8 @@
         "librecovery_utils",
         "libotautil",
         "libsnapshot_nobinder",
+        "libsnapshot_cow",
+        "liblz4",
         "update_metadata-protos",
     ],
 }