diff --git a/configs/check_features.sh b/configs/check_features.sh index 85b22e8..d232863 100644 --- a/configs/check_features.sh +++ b/configs/check_features.sh @@ -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