libaosprecovery: add new metadata dependencies

Change-Id: Ie173df4cca2ad34aaf4f9c4d8876e11d1d7199fc
diff --git a/Android.bp b/Android.bp
index fb9cf0e..8fdb98f 100755
--- a/Android.bp
+++ b/Android.bp
@@ -120,6 +120,7 @@
         "libhidl-gen-utils",
         "librecovery_utils",
         "libc++fs",
+        "ota_metadata_proto_cc",
         "update_metadata-protos"
     ],
     required: [
diff --git a/install/Android.bp b/install/Android.bp
index ef18116..1d965cc 100644
--- a/install/Android.bp
+++ b/install/Android.bp
@@ -55,6 +55,7 @@
         "libotautil",
         "libsnapshot_nobinder",
         "ota_metadata_proto_cc",
+	"update_metadata-protos",
 
         // external dependencies
         "libvintf",
@@ -83,6 +84,7 @@
         "libziparchive",
         "libz",
         "libprotobuf-cpp-lite",
+	"update_metadata-protos",
     ],
 }