Support multiple partition for /data
Bug: 336319772
Change-Id: I92eca566063b7d8ad74a15c7b74d809b452ace72
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
diff --git a/MetadataCrypt.h b/MetadataCrypt.h
index f6d6b8e..2c07a14 100644
--- a/MetadataCrypt.h
+++ b/MetadataCrypt.h
@@ -28,8 +28,8 @@
void defaultkey_precreate_dm_device();
bool fscrypt_mount_metadata_encrypted(const std::string& block_device,
const std::string& mount_point, bool needs_encrypt,
- bool should_format, const std::string& fs_type,
- const std::string& zoned_device);
+ bool should_format, const std::string& fs_type, bool is_zoned,
+ const std::vector<std::string>& user_devices);
bool defaultkey_volume_keygen(KeyGeneration* gen);