Skip to content

Commit

Permalink
Merge pull request #11 from Iceows/android-13.0
Browse files Browse the repository at this point in the history
add support of kirin710 model (huawei)
  • Loading branch information
phhusson authored May 5, 2023
2 parents 9847228 + 24f81ca commit 5e66af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vndk-detect
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ if [ -d /sys/module/five ];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
if ( getprop ro.hardware | grep -qE '(kirin710|kirin970|hi3660|hi6250|hi3670)' );then
FOUND_HUAWEI=1
fi

if getprop ro.vendor.build.fingerprint |grep -qiE '(huawei|honor|hi3660)';then
if getprop ro.vendor.build.fingerprint |grep -qiE '(huawei|honor|kirin710|kirin970|hi3660|hi6250|hi3670)';then
FOUND_HUAWEI=1
fi

Expand Down

0 comments on commit 5e66af8

Please sign in to comment.