init: split property context into platform & non-platform components am: 871c306855 am: ca1bcdb286
am: 4bf0a38e72

Change-Id: I1490c82306caf867f792cf1fa6a26a8dc7845066
diff --git a/init/init.cpp b/init/init.cpp
index ee5add8..078fa8a 100644
--- a/init/init.cpp
+++ b/init/init.cpp
@@ -775,7 +775,8 @@
     restorecon("/dev/random");
     restorecon("/dev/urandom");
     restorecon("/dev/__properties__");
-    restorecon("/property_contexts");
+    restorecon("/plat_property_contexts");
+    restorecon("/nonplat_property_contexts");
     restorecon("/sys", SELINUX_ANDROID_RESTORECON_RECURSE);
     restorecon("/dev/block", SELINUX_ANDROID_RESTORECON_RECURSE);
     restorecon("/dev/device-mapper");