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:
theimpulson 2020-04-13 17:52:39 +00:00
parent 2f8d5331a2
commit 7db3ec75c4
1 changed files with 4 additions and 0 deletions

View File

@ -655,3 +655,7 @@ if getprop ro.omc.build.version |grep -qE .;then
mount /system/phh/empty $f
done
fi
if getprop ro.vendor.build.fingerprint |grep -qiE -e Nokia/Plate2; then
setprop media.settings.xml "/vendor/etc/media_profiles_vendor.xml"
fi