sanders: [1/2] Move DTV blobs to vendor

This commit is contained in:
jhenrique09
2018-01-16 15:32:08 -02:00
committed by Keertesh
parent 8b11e4a70b
commit 2030016da3

View File

@@ -20,12 +20,11 @@ if ! [ "$sku" = "XT1802" ]; then
# Others variants doesn't have DTV support
rm /system/vendor/etc/permissions/com.motorola.hardware.dtv.xml
rm /system/vendor/etc/permissions/mot_dtv_permissions.xml
rm /system/lib/libdtvhal.so
rm /system/lib/libdtvtuner.so
rm /system/lib64/libdtvtuner.so
rm /system/vendor/lib/libdtvtuner.so
rm /system/vendor/lib64/libdtvtuner.so
rm /system/vendor/lib/libdtvhal.so
rm /system/vendor/lib64/libdtvhal.so
rm -r /system/priv-app/DTVPlayer
rm -r /system/priv-app/DTVService
rm -r /system/vendor/app/DTVPlayer
rm -r /system/vendor/app/DTVService
fi