From a151119615ea9edc99a0dacfb64ad5370cadd6d1 Mon Sep 17 00:00:00 2001 From: Vincent Vidal Date: Fri, 19 Jul 2019 10:18:26 +0200 Subject: [PATCH] Fix typo --- vndk-detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vndk-detect b/vndk-detect index 1073a7c..1f4caf4 100644 --- a/vndk-detect +++ b/vndk-detect @@ -13,7 +13,7 @@ if [ -d /sys/module/five ];then if mount -o bind /system/phh/empty /sbin/adbd;then setprop sys.phh.five true fi -else if [ -f /sbin/adbd ];then +elif [ -f /sbin/adbd ];then mount -o bind /system/bin/adbd /sbin/adbd fi if ( getprop ro.hardware | grep -qE '(kirin970|hi3660|hi6250|hi3670)' );then