From e9d761d5e051e1e00f082b02a49894677ac013c6 Mon Sep 17 00:00:00 2001 From: kubersharma001 Date: Mon, 27 Apr 2020 20:03:10 +0530 Subject: [PATCH] sanders: checkfeatures: Fixup DTV paths Signed-off-by: ashwatthama --- configs/check_features.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/check_features.sh b/configs/check_features.sh index a6f6bdb..58c8f29 100644 --- a/configs/check_features.sh +++ b/configs/check_features.sh @@ -16,14 +16,14 @@ fi if ! [ "$sku" = "XT1802" ]; then # Others variants doesn't have DTV support - rm /vendor/etc/permissions/com.motorola.hardware.dtv.xml - rm /vendor/etc/permissions/mot_dtv_permissions.xml + rm /system/system/etc/permissions/com.motorola.hardware.dtv.xml + rm /system/system/etc/permissions/mot_dtv_permissions.xml rm /vendor/lib/libdtvtuner.so rm /vendor/lib64/libdtvtuner.so rm /vendor/lib/libdtvhal.so rm /vendor/lib64/libdtvhal.so - rm -r /vendor/app/DTVPlayer - rm -r /vendor/app/DTVService + rm -r system/system/app/DTVPlayer + rm -r system/system/app/DTVService fi if [ "$sku" = "XT1804" ]; then