Merge "FsCrypt.cpp: Do delayed restorecon on /data/vendor_ce"
am: 3b290ece1a

Change-Id: I7d25b2611fb9c8e84139e3a00ccd88a1cc145f3b
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);
         }
     }