selinuxrelabel: Need to check in priv-app now

Change-Id: I67529c3b0f8baaac15fd475305eafd085feac112
diff --git a/prebuilt/common/etc/init.d/50selinuxrelabel b/prebuilt/common/etc/init.d/50selinuxrelabel
index bb66a4b..2fd4a02 100644
--- a/prebuilt/common/etc/init.d/50selinuxrelabel
+++ b/prebuilt/common/etc/init.d/50selinuxrelabel
@@ -24,7 +24,7 @@
   LABELSYS=1
 fi
 
-ls -Z /system/app/GoogleServicesFramework.apk | grep -q unlabeled
+ls -Z /system/priv-app/GoogleServicesFramework.apk | grep -q unlabeled
 if [ $LABELSYS = "0" -a $? -eq 0 ]; then
   $L "Found unlabeled Google framework, fixing..."
   LABELSYS=1