Add vabc_compression parameter to update_metadata

Test: treehugger
Change-Id: Icc65db9a7c4fbdf22376f9900016ae1b7058c611
diff --git a/update_metadata.proto b/update_metadata.proto
index a1f093c..bc9e34a 100644
--- a/update_metadata.proto
+++ b/update_metadata.proto
@@ -354,6 +354,11 @@
   // supports it, but not guaranteed.
   // VABC stands for Virtual AB Compression
   optional bool vabc_enabled = 3;
+
+  // The compression algorithm used by VABC. Available ones are "gz", "brotli".
+  // See system/core/fs_mgr/libsnapshot/cow_writer.cpp for available options,
+  // as this parameter is ultimated forwarded to libsnapshot's CowWriter
+  optional string vabc_compression_param = 4;
 }
 
 // Definition has been duplicated from