From 0003bc033a6cda22739a0b930ebe794edd7a41ab Mon Sep 17 00:00:00 2001 From: Shubham Das Date: Tue, 22 Sep 2020 12:39:51 +0000 Subject: [PATCH] system: vold: Fix compilation * fixes compilation error for undeclared identifier "is_metadata_wrapped_key_supported()" Signed-off-by: Shubham Das Change-Id: Ic7be6fac7d600ca6953e295f31ea548ff94f6413 --- MetadataCrypt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MetadataCrypt.cpp b/MetadataCrypt.cpp index ad7f0f99..969509f1 100644 --- a/MetadataCrypt.cpp +++ b/MetadataCrypt.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include "FsCrypt.h" #include "MetadataCrypt.h" #include "KeyBuffer.h"