Merge "FsCrypt.cpp: Do delayed restorecon on /data/vendor_ce"
diff --git a/FsCrypt.cpp b/FsCrypt.cpp
index c3455a0..5f659a8 100644
--- a/FsCrypt.cpp
+++ b/FsCrypt.cpp
@@ -742,6 +742,7 @@
             // over these paths
             // NOTE: these paths need to be kept in sync with libselinux
             android::vold::RestoreconRecursive(system_ce_path);
+            android::vold::RestoreconRecursive(vendor_ce_path);
             android::vold::RestoreconRecursive(misc_ce_path);
         }
     }