From 2030016da38a55402c1f70b16499d1eeb78d2d66 Mon Sep 17 00:00:00 2001 From: jhenrique09 Date: Tue, 16 Jan 2018 15:32:08 -0200 Subject: [PATCH] sanders: [1/2] Move DTV blobs to vendor --- configs/check_features.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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