selinuxrelabel: Need to check in priv-app now
Change-Id: I67529c3b0f8baaac15fd475305eafd085feac112
This commit is contained in:
parent
9a19f575a4
commit
3013c99acb
@ -24,7 +24,7 @@ if [ $? -eq 0 ]; then
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user