rw-system: Enforce vendor media_profiles on PL2
*This fixes https://github.com/phhusson/treble_experimentations/issues/379 Signed-off-by: theimpulson <aayushgupta219@gmail.com>
This commit is contained in:
parent
2f8d5331a2
commit
7db3ec75c4
@ -655,3 +655,7 @@ if getprop ro.omc.build.version |grep -qE .;then
|
|||||||
mount /system/phh/empty $f
|
mount /system/phh/empty $f
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if getprop ro.vendor.build.fingerprint |grep -qiE -e Nokia/Plate2; then
|
||||||
|
setprop media.settings.xml "/vendor/etc/media_profiles_vendor.xml"
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user