From 4c768bd042f2ed264d9fb5e7c42b90928d9e8cd0 Mon Sep 17 00:00:00 2001 From: Dil3mm4 Date: Tue, 25 Sep 2018 12:59:04 +0000 Subject: [PATCH] Huawei: Remove QC properties since Treble App it's now handling them --- vndk-detect | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vndk-detect b/vndk-detect index 7cb5b16..5e59de8 100644 --- a/vndk-detect +++ b/vndk-detect @@ -31,10 +31,3 @@ if getprop ro.hardware |grep -qiE -e qcom -e judyln;then setprop persist.sys.overlay.devinputjack true fi -if ( getprop ro.hardware | grep -qE '(hi6250)' );then - setprop QC.HI6250 1 -fi - -if ( getprop ro.hardware | grep -qE '(hi3660|hi3670|kirin970)' );then - setprop QC.HI36x0 1 -fi