FsCrypt.cpp: Do delayed restorecon on /data/vendor_ce
am: 6a3ef488e5

Change-Id: I900196a62e3fb2bd806a0f2980dca5aad138a7dd
diff --git a/FsCrypt.cpp b/FsCrypt.cpp
index c3c9fef..3028b60 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);
         }
     }